Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
92bfdb4d by wurstsalat at 2025-01-21T21:26:33+01:00
cfix: GroupChatInvitation: Finalize widgets
- - - - -
1 changed file:
- gajim/gtk/groupchat_invitation.py
Changes:
=====================================
gajim/gtk/groupchat_invitation.py
=====================================
@@ -41,6 +41,9 @@ def __init__(self, account: str, event: MucInvitation) ->
None:
def _on_invitation_widget_action(self, _widget: GroupChatInvitation) ->
None:
self.close()
+ def _cleanup(self) -> None:
+ pass
+
class GroupChatInvitation(Gtk.Box, SignalManager):
@@ -139,6 +142,7 @@ def __init__(self, account: str, event: MucInvitation) ->
None:
def do_unroot(self) -> None:
Gtk.Box.do_unroot(self)
self._disconnect_all()
+ app.check_finalize(self)
def _on_join(self, _button: Gtk.Button) -> None:
nickname = self._nick_chooser.get_text()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/92bfdb4df1274c7fb934c02665a61716b58a90eb
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/92bfdb4df1274c7fb934c02665a61716b58a90eb
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]