summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCReporterDialog.py
diff options
context:
space:
mode:
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