summaryrefslogtreecommitdiffstats
path: root/src/Gui
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-18 14:00:56 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-18 14:00:56 +0100
commit344a3dcc7a22e0e5dd74fe0bfb0483220c3dc7ad (patch)
tree23b8215d53dda31ba3f1feae2d6e3c16cff73baf /src/Gui
parent867d3d6dfedc675b087dec51611e81fa48e0b0f6 (diff)
downloadabrt-344a3dcc7a22e0e5dd74fe0bfb0483220c3dc7ad.tar.gz
abrt-344a3dcc7a22e0e5dd74fe0bfb0483220c3dc7ad.tar.xz
abrt-344a3dcc7a22e0e5dd74fe0bfb0483220c3dc7ad.zip
whitespace cleanups
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Gui')
-rw-r--r--src/Gui/CCMainWindow.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py
index 31ebb410..3ada6f25 100644
--- a/src/Gui/CCMainWindow.py
+++ b/src/Gui/CCMainWindow.py
@@ -325,7 +325,7 @@ class MainWindow():
try:
self.ccdaemon.getReport(report["_MWUUID"][2], force=1)
except Exception, e:
- # FIXME #3 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply
+ # FIXME #3 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply
# do this async and wait for yum to end with debuginfoinstal
if self.timer:
gobject.source_remove(self.timer)
@@ -352,7 +352,7 @@ class MainWindow():
try:
self.ccdaemon.getReport(dump.getUUID())
except Exception, e:
- # FIXME #3 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply
+ # FIXME #3 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply
# do this async and wait for yum to end with debuginfoinstal
if self.timer:
gobject.source_remove(self.timer)