Philipp Hörist pushed to branch master at gajim / gajim
Commits:
d2fc360d by Philipp Hörist at 2026-01-25T19:00:52+01:00
fix: CreateGroupchatWindow: Fix Gtk.Entry leak
- - - - -
1 changed file:
- gajim/gtk/groupchat_creation.py
Changes:
=====================================
gajim/gtk/groupchat_creation.py
=====================================
@@ -95,6 +95,10 @@ def __init__(self, account: str | None) -> None:
self._create_button.grab_focus()
def _cleanup(self) -> None:
+ # https://gitlab.gnome.org/GNOME/gtk/-/issues/7992
+ self._name_entry_row.props.enable_emoji_completion = False
+ self._description_entry_row.props.enable_emoji_completion = False
+
self.unregister_events()
self._destroyed = True
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/d2fc360d1c26f553c1d6333fbf68e39545d47a95
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/d2fc360d1c26f553c1d6333fbf68e39545d47a95
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]