From ee2e495f2eafaa8a2f65ad769bef6761e7f02856 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Mon, 3 Aug 2009 12:31:57 +0200 Subject: DBus: Many fixes to client -> cli works again, changed JobDone notification --- src/Gui/CCMainWindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Gui/CCMainWindow.py') 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()) -- cgit