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


Commits:
705091d4 by wurstsalat at 2025-08-23T11:39:08+02:00
cfix: Quit dialog: Fix dialog name

- - - - -


1 changed file:

- gajim/gtk/quit.py


Changes:

=====================================
gajim/gtk/quit.py
=====================================
@@ -17,7 +17,7 @@ class QuitDialog(GajimAppWindow):
     def __init__(self) -> None:
         GajimAppWindow.__init__(
             self,
-            name="GuitDialog",
+            name="QuitDialog",
             title=_("Quit Gajim"),
             transient_for=app.window,
             modal=True,



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

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