From dbbc2df18f5441d7b298c5d32e4199aa56f08ce0 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 5 Mar 2010 17:03:32 +0100 Subject: add ProcessUnpackaged option to abrt.conf Based on patch by Pekka Pietikainen Signed-off-by: Denys Vlasenko --- src/Gui/CCDBusBackend.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Gui') diff --git a/src/Gui/CCDBusBackend.py b/src/Gui/CCDBusBackend.py index 6c2bb2e..414879f 100644 --- a/src/Gui/CCDBusBackend.py +++ b/src/Gui/CCDBusBackend.py @@ -170,6 +170,7 @@ class DBusManager(gobject.GObject): if dump: self.emit("analyze-complete", dump) else: + # FIXME: BUG: BarWindow remains. (how2reproduce: delete "component" in a dump dir and try to report it) self.emit("abrt-error", _("Daemon didn't return valid report info\nDebuginfo is missing?")) def report_done(self, result): -- cgit