diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-06-16 13:10:41 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-06-16 13:10:41 +0200 |
| commit | 43480d99a2350216cc317caae0e7572084faffec (patch) | |
| tree | 46312f47de05971ef58dd9e00acf2ef7c9d6194b /src/Gui/CCMainWindow.py | |
| parent | 9e12ec978211369530186fc72aa862b1f40243ef (diff) | |
| download | abrt-43480d99a2350216cc317caae0e7572084faffec.tar.gz abrt-43480d99a2350216cc317caae0e7572084faffec.tar.xz abrt-43480d99a2350216cc317caae0e7572084faffec.zip | |
Allow only one instance of GUI
Diffstat (limited to 'src/Gui/CCMainWindow.py')
| -rw-r--r-- | src/Gui/CCMainWindow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py index d586c70..5a92b9f 100644 --- a/src/Gui/CCMainWindow.py +++ b/src/Gui/CCMainWindow.py @@ -28,7 +28,7 @@ class MainWindow(): except Exception, e: # show error message if connection fails # FIXME add an option to start the daemon - gui_error_message(e.message) + gui_error_message("%s" % e) sys.exit() #Set the Glade file self.gladefile = "%s%sccgui.glade" % (sys.path[0],"/") |
