Philipp Hörist pushed to branch master at gajim / gajim
Commits:
9807eb5d by Marc Henning at 2026-09-01T13:22:41+02:00
fix: VCardGrid: Correctly unroot dropdown
- - - - -
1 changed file:
- gajim/gtk/vcard_grid.py
Changes:
=====================================
gajim/gtk/vcard_grid.py
=====================================
@@ -631,7 +631,7 @@ def __init__(self, parameters: Parameters) -> None:
def do_unroot(self) -> None:
self._disconnect_all()
- super().do_unroot()
+ Gtk.DropDown.do_unroot(self)
def _on_selected(
self, _dropdown: GajimDropDown[str], _param: GObject.ParamSpec
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/9807eb5d44c5ed0498e0214308c690e0098ea61b
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/9807eb5d44c5ed0498e0214308c690e0098ea61b
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]