summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCReporterDialog.py
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-03-02 22:22:53 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-03-02 22:22:53 +0100
commit71ca2b43a199e347551eb8a9bb205bb644bc9171 (patch)
treed88fe2df4cfb94cc43974eceed23a4f81ee0d4c1 /src/Gui/CCReporterDialog.py
parent802635f2e07084f058cdde3057ba31a20345e94d (diff)
downloadabrt-71ca2b43a199e347551eb8a9bb205bb644bc9171.tar.gz
abrt-71ca2b43a199e347551eb8a9bb205bb644bc9171.tar.xz
abrt-71ca2b43a199e347551eb8a9bb205bb644bc9171.zip
async dbus method calls, added exception handler
Diffstat (limited to 'src/Gui/CCReporterDialog.py')
-rw-r--r--src/Gui/CCReporterDialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py
index 91f6961e..cd55daf8 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