summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Gui/CCDBusBackend.py8
-rw-r--r--src/Gui/CCMainWindow.py2
2 files changed, 5 insertions, 5 deletions
diff --git a/src/Gui/CCDBusBackend.py b/src/Gui/CCDBusBackend.py
index 5199f4a..7d9f0c4 100644
--- a/src/Gui/CCDBusBackend.py
+++ b/src/Gui/CCDBusBackend.py
@@ -46,12 +46,12 @@ class DBusManager(gobject.GObject):
#print "crash"
self.emit("crash")
- def analyze_complete_cb(self,*args):
- for arg in args:
- print "Analyze complete for: %s" % arg
+ def analyze_complete_cb(self,dump):
+ #for arg in args:
+ # print "Analyze complete for: %s" % arg
# emit signal to let clients know that analyze has been completed
# maybe rewrite this with async method call?
- self.emit("analyze-complete", arg)
+ self.emit("analyze-complete", dump)
def connect_to_daemon(self):
bus = dbus.SystemBus()
diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py
index ef373ed..b622b9d 100644
--- a/src/Gui/CCMainWindow.py
+++ b/src/Gui/CCMainWindow.py
@@ -143,7 +143,7 @@ class MainWindow():
# tady asi nedostanem UUID, ale vysledek nasi volane metody
#print report
#print "GUI: Analyze for package %s crash with UUID %s is complete" % (entry.Package, UUID)
- print "We should refresh the UI ..."
+ #print "We should refresh the UI ..."
if not report:
gui_error_message("Unable to get report! Debuginfo missing?")
return