Philipp Hörist pushed to branch master at gajim / gajim


Commits:
cd0bda7a by Philipp Hörist at 2026-05-08T17:13:27+02:00
cfix: Settings: Don't overwrite do_unroot() in CallbackSetting

- - - - -


1 changed file:

- gajim/gtk/settings.py


Changes:

=====================================
gajim/gtk/settings.py
=====================================
@@ -633,11 +633,6 @@ def __init__(self, *args: Any, callback: Callable[..., 
Any], **kwargs: Any) -> N
         GenericSetting.__init__(self, *args, **kwargs)
         self.callback = callback
 
-    def do_unroot(self) -> None:
-        # TODO test, currently not in use
-        GenericSetting.do_unroot(self)
-        del self.callback
-
     def _on_activated(self, row: Adw.ActionRow) -> None:
         self.callback()
 



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

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