From 71ca2b43a199e347551eb8a9bb205bb644bc9171 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Mon, 2 Mar 2009 22:22:53 +0100 Subject: async dbus method calls, added exception handler --- src/Gui/CCReporterDialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Gui/CCReporterDialog.py') diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py index 91f6961..cd55daf 100644 --- a/src/Gui/CCReporterDialog.py +++ b/src/Gui/CCReporterDialog.py @@ -75,7 +75,7 @@ class ReporterDialog(): result = self.window.run() if result == gtk.RESPONSE_CANCEL: self.window.destroy() - return result + return None else: self.window.destroy() return self.report -- cgit