diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-01 13:34:28 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-01 13:34:28 +0200 |
| commit | bbdd4e4c4417895678c8b74a8d7cffb9980b0b35 (patch) | |
| tree | 01486d10cd98f02da3f2cc9edbe1242a3189cde8 /src/Gui/CCMainWindow.py | |
| parent | 410484dae63be34fe22fc344d7275cc3e88a563b (diff) | |
| download | abrt-bbdd4e4c4417895678c8b74a8d7cffb9980b0b35.tar.gz abrt-bbdd4e4c4417895678c8b74a8d7cffb9980b0b35.tar.xz abrt-bbdd4e4c4417895678c8b74a8d7cffb9980b0b35.zip | |
abrt-gui: partially remove job_id parameter
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 9bfc950..f8a2054 100644 --- a/src/Gui/CCMainWindow.py +++ b/src/Gui/CCMainWindow.py @@ -177,7 +177,7 @@ class MainWindow(): pass gui_error_message(_("Unable to finish current task!\n%s" % message), parent_dialog=self.window) - def update_cb(self, daemon, message, job_id): + def update_cb(self, daemon, message): message = message.replace('\n',' ') self.wTree.get_widget("lStatus").set_text(message) |
