diff --git a/gtk/gui.py b/gtk/gui.py index 2e52d1c..b5c341d 100644 --- a/gtk/gui.py +++ b/gtk/gui.py @@ -791,6 +791,7 @@ class appGui(object): """ self.window.present() + self.window.deiconify() self.wait_for_events() self.is_visible = True daemon.SetGUIOpen(True)