summaryrefslogtreecommitdiffstats
path: root/src/Gui
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@localhost.localdomain>2009-11-18 15:51:49 +0100
committerJiri Moskovcak <jmoskovc@localhost.localdomain>2009-11-18 15:51:49 +0100
commitb6a34a21048ca7edfa913e8c5ee094f4cb85503f (patch)
treed1b768d95fbbf2904edd8ac4fb8f6e977841d5c9 /src/Gui
parentdfcf49e5a3d80fcf61bd4dbac4f8d95d45996278 (diff)
parent344a3dcc7a22e0e5dd74fe0bfb0483220c3dc7ad (diff)
downloadabrt-b6a34a21048ca7edfa913e8c5ee094f4cb85503f.tar.gz
abrt-b6a34a21048ca7edfa913e8c5ee094f4cb85503f.tar.xz
abrt-b6a34a21048ca7edfa913e8c5ee094f4cb85503f.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
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)