Philipp Hörist pushed to branch gtk4 at gajim / gajim
Commits:
15eabc91 by Philipp Hörist at 2024-11-07T18:57:54+01:00
fix: Remove error in unroot
- - - - -
1 changed file:
- gajim/gtk/account_side_bar.py
Changes:
=====================================
gajim/gtk/account_side_bar.py
=====================================
@@ -149,7 +149,7 @@ def _update_account_color_visibility(self, *args: Any) ->
None:
self._account_color_bar.set_visible(visible)
-class AccountAvatar(Gtk.Image, SignalManager):
+class AccountAvatar(Gtk.Image):
def __init__(self, account: str) -> None:
Gtk.Image.__init__(self, pixel_size=AvatarSize.ACCOUNT_SIDE_BAR)
@@ -169,7 +169,6 @@ def __init__(self, account: str) -> None:
def do_unroot(self) -> None:
self._contact.disconnect_all_from_obj(self)
self._client.disconnect_all_from_obj(self)
- self._disconnect_all()
Gtk.Image.do_unroot(self)
app.check_finalize(self)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/15eabc91585194ecff82fef1821dd65145a45234
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/15eabc91585194ecff82fef1821dd65145a45234
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]