summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCDBusBackend.py
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-08-21 10:54:08 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-08-21 10:54:08 +0200
commit27f8fdedcc18327834d1edba485b84579fee21ac (patch)
tree60b7f41e01ad332a794b71f0c2fe982a832f17e7 /src/Gui/CCDBusBackend.py
parente463253e9b11299bf7fabf7e5037d54e0c74a7fd (diff)
downloadabrt-27f8fdedcc18327834d1edba485b84579fee21ac.tar.gz
abrt-27f8fdedcc18327834d1edba485b84579fee21ac.tar.xz
abrt-27f8fdedcc18327834d1edba485b84579fee21ac.zip
GUI: removed dependency on libsexy if gtk2 >= 2.17
Diffstat (limited to 'src/Gui/CCDBusBackend.py')
-rw-r--r--src/Gui/CCDBusBackend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CCDBusBackend.py b/src/Gui/CCDBusBackend.py
index 9696d38d..42b4d59a 100644
--- a/src/Gui/CCDBusBackend.py
+++ b/src/Gui/CCDBusBackend.py
@@ -165,7 +165,7 @@ class DBusManager(gobject.GObject):
if dump:
self.emit("analyze-complete", dump)
else:
- self.emit("error","Daemon did't return valid report info\nDebuginfo is missing?")
+ self.emit("abrt-error","Daemon did't return valid report info\nDebuginfo is missing?")
def report_done(self, result):
self.emit("report-done", result)