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


Commits:
e6241ffd by Philipp Hörist at 2023-05-21T23:49:19+02:00
other: Fix typo

- - - - -
62ad4d8f by Philipp Hörist at 2023-05-21T23:50:54+02:00
cfix: XMLConsole: Unset callback on destroy

- - - - -


2 changed files:

- gajim/common/logging_helpers.py
- gajim/gtk/xml_console.py


Changes:

=====================================
gajim/common/logging_helpers.py
=====================================
@@ -163,7 +163,7 @@ def format(self, record: logging.LogRecord) -> str:
 
 def init() -> None:
     '''
-    Iinitialize the logging system
+    Initialize the logging system
     '''
 
     if app.get_debug_mode():


=====================================
gajim/gtk/xml_console.py
=====================================
@@ -132,6 +132,7 @@ def __init__(self) -> None:
         ])
 
     def _on_destroy(self, *args: Any) -> None:
+        get_stream_handler().set_callback(None)
         self._ui.popover.destroy()
         app.check_finalize(self)
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/256331868d82a245dab85a8679695119091b7b7d...62ad4d8f674632e2225612d04d7c95d0a122cc84

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/256331868d82a245dab85a8679695119091b7b7d...62ad4d8f674632e2225612d04d7c95d0a122cc84
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to