Daniel Brötzmann pushed to branch mainwindow at gajim / gajim
Commits:
65dc41a5 by wurstsalat at 2021-11-11T19:28:36+01:00
EmojiChooser: Don’t show_all
show_all() pops up the Popover when starting Gajim on Windows
- - - - -
1 changed file:
- gajim/gtk/emoji_chooser.py
Changes:
=====================================
gajim/gtk/emoji_chooser.py
=====================================
@@ -265,7 +265,6 @@ def __init__(self):
self.connect('key-press-event', self._key_press)
self._builder.connect_signals(self)
- self.show_all()
@property
def text_widget(self):
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/65dc41a5f0fd683c95b7b6ff4d54a8ebd4e8c06d
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/65dc41a5f0fd683c95b7b6ff4d54a8ebd4e8c06d
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