Daniel Brötzmann pushed to branch gtk4 at gajim / gajim
Commits:
8beb802c by wurstsalat at 2024-10-02T23:19:39+02:00
fix shortcuts window
- - - - -
1 changed file:
- gajim/gtk/dialogs.py
Changes:
=====================================
gajim/gtk/dialogs.py
=====================================
@@ -367,7 +367,6 @@ def __init__(self):
self.window = cast(Gtk.Window, builder.get_object('shortcuts_window'))
self.window.connect('destroy', self._on_window_destroy)
self.window.set_transient_for(transient)
- self.window.show_all()
self.window.present()
def _on_window_destroy(self, _widget: Gtk.Widget) -> None:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/8beb802c4646061ed786eaf503fad054bf055e43
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/8beb802c4646061ed786eaf503fad054bf055e43
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]