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


Commits:
79d5eccb by wurstsalat at 2022-03-15T23:03:31+01:00
Dialogs: Remove obsolete aliases

- - - - -


1 changed file:

- gajim/gtk/dialogs.py


Changes:

=====================================
gajim/gtk/dialogs.py
=====================================
@@ -295,9 +295,6 @@ def show(self) -> None:
         self.show_all()
 
 
-NewConfirmationDialog = ConfirmationDialog
-
-
 class ConfirmationCheckDialog(ConfirmationDialog):
     def __init__(self,
                  title: str,
@@ -339,9 +336,6 @@ def _on_response(self,
         super()._on_response(_dialog, response)
 
 
-NewConfirmationCheckDialog = ConfirmationCheckDialog
-
-
 class PastePreviewDialog(ConfirmationCheckDialog):
     def __init__(self,
                  title: str,



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

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