From 08d01d87cb74c78df20d151806a64606ede82761 Mon Sep 17 00:00:00 2001 From: Adam Blackburn Date: Sat, 29 May 2010 17:32:35 +0800 Subject: [PATCH] Debian patch: 11-fix_gui_showing_from_tray.patch --- gtk/gui.py | 1 + 1 file changed, 1 insertion(+) 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)