summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-11-23 22:51:37 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-11-23 22:51:37 +0100
commitf81f08a04fbafc5d84819bb95397aff41bef45c5 (patch)
treea28f623be6169e7d552537bae67b7fa830aea146 /src/gui
parent86fc61db75385d6fb452b4cf88aec1deffa3a5be (diff)
downloadabrt-f81f08a04fbafc5d84819bb95397aff41bef45c5.tar.gz
abrt-f81f08a04fbafc5d84819bb95397aff41bef45c5.tar.xz
abrt-f81f08a04fbafc5d84819bb95397aff41bef45c5.zip
GUI: handle crashdir parameter in crash_cb
- crashdir in now in Crash signal, so we need to modify crash_cb to know about it, otherwise it ends up with exception and gui is not refreshed when crash happens while the gui is open
Diffstat (limited to 'src/gui')
-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 b983d141..3fa95eb9 100644
--- a/src/gui/CCDBusBackend.py
+++ b/src/gui/CCDBusBackend.py
@@ -141,7 +141,7 @@ class DBusManager(gobject.GObject):
# dummy function for async method call to workaround the timeout
pass
- def crash_cb(self, package, uuid, uid=""):
+ def crash_cb(self, package, uuid, crashdir, uid="",):
self.emit("crash", package, uuid, uid)
def update_cb(self, message):