From cada6b0c495c094b58d2f40be7615be00e5be71b Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Mon, 24 Aug 2009 15:33:23 +0200 Subject: GUI: bring the GUI up to front instead of just blinking in taskbar (trac#60, rhbz#512390) --- src/Gui/CCMainWindow.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Gui/CCMainWindow.py') diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py index 0600ca0..7ae3177 100644 --- a/src/Gui/CCMainWindow.py +++ b/src/Gui/CCMainWindow.py @@ -320,6 +320,7 @@ class MainWindow(): if self.window.is_active(): return self.window.set_urgency_hint(True) + self.window.present() if __name__ == "__main__": cc = MainWindow() -- cgit