summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Applet/CCApplet.h2
-rw-r--r--src/Gui/CCReporterDialog.py4
-rw-r--r--src/Gui/ConfBackend.py2
-rw-r--r--src/Hooks/abrt-pyhook-helper.cpp2
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.