Philipp Hörist pushed to branch master at gajim / gajim
Commits:
199f1c74 by Philipp Hörist at 2018-04-02T21:37:08+02:00
Dont call show_all() on AboutDialog
Fixes #9038
- - - - -
1 changed file:
- gajim/dialogs.py
Changes:
=====================================
gajim/dialogs.py
=====================================
--- a/gajim/dialogs.py
+++ b/gajim/dialogs.py
@@ -1321,12 +1321,7 @@ class AboutDialog(Gtk.AboutDialog):
self.connect(
'response', lambda dialog, *args: Gtk.AboutDialog.do_close(dialog))
- self.show_all()
-
- # GTK Bug, We have to manually hide the License Button
- # Bug exists only on Windows
- if os.name == 'nt':
- self.get_action_area().get_children()[1].hide()
+ self.show()
class Dialog(Gtk.Dialog):
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/199f1c74ff929667da9595b5c6dfdb08cb296175
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/199f1c74ff929667da9595b5c6dfdb08cb296175
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