diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-03 20:37:11 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-03 20:37:11 +0100 |
| commit | e0107632d1e4a9efb940e19d0f6f6928347fe1ef (patch) | |
| tree | be116c1ed8d115a63a257ffae1bda4914457ff8b /src | |
| parent | 61de706cf43afba9d637ef099644c58d0de492c9 (diff) | |
| download | abrt-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')
| -rw-r--r-- | src/Applet/CCApplet.h | 2 | ||||
| -rw-r--r-- | src/Gui/CCReporterDialog.py | 4 | ||||
| -rw-r--r-- | src/Gui/ConfBackend.py | 2 | ||||
| -rw-r--r-- | src/Hooks/abrt-pyhook-helper.cpp | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/src/Applet/CCApplet.h b/src/Applet/CCApplet.h index 538eda5..c5396a7 100644 --- a/src/Applet/CCApplet.h +++ b/src/Applet/CCApplet.h @@ -42,7 +42,7 @@ class CApplet int m_iAnimationStage; guint m_iAnimator; bool m_bIconsLoaded; - + enum ICON_STAGES { ICON_DEFAULT, diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py index 8e86ee4..7cdf3cf 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"] diff --git a/src/Gui/ConfBackend.py b/src/Gui/ConfBackend.py index 72657f5..5e26f3e 100644 --- a/src/Gui/ConfBackend.py +++ b/src/Gui/ConfBackend.py @@ -15,7 +15,7 @@ class ConfBackendInitError(Exception): def __str__(self): return self.what - + class ConfBackendSaveError(Exception): def __init__(self, msg): Exception.__init__(self) diff --git a/src/Hooks/abrt-pyhook-helper.cpp b/src/Hooks/abrt-pyhook-helper.cpp index 08ccc12..0d15d78 100644 --- a/src/Hooks/abrt-pyhook-helper.cpp +++ b/src/Hooks/abrt-pyhook-helper.cpp @@ -1,5 +1,5 @@ /* - abrt-pyhook-helper.cpp - writes data to the /var/cache/abrt directory + abrt-pyhook-helper.cpp - writes data to the /var/cache/abrt directory with SUID bit Copyright (C) 2009 RedHat inc. |
