summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCMainWindow.py
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-08-24 15:33:23 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-08-24 15:33:23 +0200
commitcada6b0c495c094b58d2f40be7615be00e5be71b (patch)
treef4e8a754d80cba65b6c1d51b6d49558890576629 /src/Gui/CCMainWindow.py
parent91203130d6961ce7dbc97bda67fac96caf498bce (diff)
downloadabrt-cada6b0c495c094b58d2f40be7615be00e5be71b.tar.gz
abrt-cada6b0c495c094b58d2f40be7615be00e5be71b.tar.xz
abrt-cada6b0c495c094b58d2f40be7615be00e5be71b.zip
GUI: bring the GUI up to front instead of just blinking in taskbar (trac#60, rhbz#512390)
Diffstat (limited to 'src/Gui/CCMainWindow.py')
-rw-r--r--src/Gui/CCMainWindow.py1
1 files changed, 1 insertions, 0 deletions
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()