summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCMainWindow.py
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-08-27 14:00:31 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-08-27 14:00:31 +0200
commit1dbb6423000e2fcd3fe9a1b6ddbf6200d522d470 (patch)
treed08261580175c8ad796d86bacbbc094c7aa08636 /src/Gui/CCMainWindow.py
parentbc17e32391578ee0128fe73719d1f691613d18fe (diff)
downloadabrt-1dbb6423000e2fcd3fe9a1b6ddbf6200d522d470.tar.gz
abrt-1dbb6423000e2fcd3fe9a1b6ddbf6200d522d470.tar.xz
abrt-1dbb6423000e2fcd3fe9a1b6ddbf6200d522d470.zip
added signal JobStarted => removed the ugly sleep() hack
Diffstat (limited to 'src/Gui/CCMainWindow.py')
-rw-r--r--src/Gui/CCMainWindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py
index d1eaff73..2b1dc784 100644
--- a/src/Gui/CCMainWindow.py
+++ b/src/Gui/CCMainWindow.py
@@ -155,7 +155,7 @@ class MainWindow():
pass
gui_error_message(_("Unable to get report!\n%s" % message),parent_dialog=self.window)
- def update_cb(self, daemon, message):
+ def update_cb(self, daemon, message, job_id):
message = message.replace('\n',' ')
self.wTree.get_widget("lStatus").set_text(message)