Philipp Hörist pushed to branch master at gajim / gajim
Commits:
cef9c9c3 by lovetox at 2021-12-19T10:49:32+01:00
ChatFilter: Fix type annotation
- - - - -
1 changed file:
- gajim/gtk/chat_filter.py
Changes:
=====================================
gajim/gtk/chat_filter.py
=====================================
@@ -69,7 +69,7 @@ def __init__(self, icons: bool = False) -> None:
self.add(toolbar)
self.show_all()
- def _on_button_clicked(self, button: Gtk.Button) -> None:
+ def _on_button_clicked(self, button: Gtk.RadioToolButton) -> None:
if button.get_active():
self.emit('filter-changed', button.get_name())
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/cef9c9c3bf2788fba1c8c828238b641e5da005ec
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/cef9c9c3bf2788fba1c8c828238b641e5da005ec
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits