1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

Debian patch: 11-fix_gui_showing_from_tray.patch

This commit is contained in:
Adam Blackburn
2010-05-29 17:32:35 +08:00
parent 77f83875ff
commit 08d01d87cb

View File

@@ -791,6 +791,7 @@ class appGui(object):
"""
self.window.present()
self.window.deiconify()
self.wait_for_events()
self.is_visible = True
daemon.SetGUIOpen(True)