Daniel Brötzmann pushed to branch gtk4 at gajim / gajim


Commits:
94f2a71d by wurstsalat at 2024-10-20T21:52:16+02:00
refactor: AdHoc: Improve finalization

- - - - -


1 changed file:

- gajim/gtk/adhoc.py


Changes:

=====================================
gajim/gtk/adhoc.py
=====================================
@@ -210,7 +210,7 @@ def __init__(self) -> None:
         column.set_expand(True)
         self._treeview.append_column(column)
 
-        self._treeview.connect('row-activated', self._on_row_activate)
+        self._connect(self._treeview, 'row-activated', self._on_row_activate)
         self._treeview.set_search_equal_func(self._search_func)
 
         self._scrolled.set_child(self._treeview)



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/94f2a71d2b7e62efaed89c37cd70f2c0fb5c960c

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/94f2a71d2b7e62efaed89c37cd70f2c0fb5c960c
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]

Reply via email to