diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-08-03 12:31:57 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-08-03 12:31:57 +0200 |
| commit | ee2e495f2eafaa8a2f65ad769bef6761e7f02856 (patch) | |
| tree | 26eee94d6e85006930dec6f2a975d7115da53383 /src/Gui/CCMainWindow.py | |
| parent | e89460e8ad1202471695edaeb6364ff15ad4f585 (diff) | |
| download | abrt-ee2e495f2eafaa8a2f65ad769bef6761e7f02856.tar.gz abrt-ee2e495f2eafaa8a2f65ad769bef6761e7f02856.tar.xz abrt-ee2e495f2eafaa8a2f65ad769bef6761e7f02856.zip | |
DBus: Many fixes to client -> cli works again, changed JobDone notification
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 9d9ff4d..c2f75ab 100644 --- a/src/Gui/CCMainWindow.py +++ b/src/Gui/CCMainWindow.py @@ -145,7 +145,7 @@ class MainWindow(): try: dumplist = getDumpList(self.ccdaemon, refresh=True) except Exception, e: - gui_error_message("Error while loading the dumplist, please check if abrt daemon is running\n %s" % e.message) + gui_error_message("Error while loading the dumplist, please check if abrt daemon is running\n %s" % e) for entry in dumplist: try: icon = get_icon_for_package(self.theme, entry.getPackageName()) |
