summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCReporterDialog.py
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-12-03 20:37:11 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-12-03 20:37:11 +0100
commite0107632d1e4a9efb940e19d0f6f6928347fe1ef (patch)
treebe116c1ed8d115a63a257ffae1bda4914457ff8b /src/Gui/CCReporterDialog.py
parent61de706cf43afba9d637ef099644c58d0de492c9 (diff)
downloadabrt-e0107632d1e4a9efb940e19d0f6f6928347fe1ef.tar.gz
abrt-e0107632d1e4a9efb940e19d0f6f6928347fe1ef.tar.xz
abrt-e0107632d1e4a9efb940e19d0f6f6928347fe1ef.zip
whitespace cleanup
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Gui/CCReporterDialog.py')
-rw-r--r--src/Gui/CCReporterDialog.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py
index 8e86ee4c..7cdf3cf3 100644
--- a/src/Gui/CCReporterDialog.py
+++ b/src/Gui/CCReporterDialog.py
@@ -96,7 +96,7 @@ class ReporterDialog():
if not (self.check_settings(daemon) and self.check_report()):
dialog.stop_emission("response")
self.wTree.get_widget("bSend").stop_emission("clicked")
-
+
def on_send_toggled(self, cell, path, model):
model[path][3] = not model[path][3]
@@ -273,7 +273,7 @@ class ReporterDialog():
def check_report(self):
# FIXME: what to do if user press "Not to send BT and then press cancel"
- # it uncheck the backtrace and let him to edit it, and then user might
+ # it uncheck the backtrace and let him to edit it, and then user might
# not noticed, that he is not sending the BT, so should we warn user about this
# or check the BT automatically?
attributes = ["item", "content", "editable", "send", "attachment"]