summaryrefslogtreecommitdiffstats
path: root/src/Gui
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-21 19:39:21 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-21 19:39:21 +0100
commitabae70f78a3c40a3491f6561c0bd1decbf294504 (patch)
tree382e2ad5116b2a4dd16ee98c1a74a354cb94cc5d /src/Gui
parent8d1111b10cb9d60d867921739898b3b4aa17daba (diff)
downloadabrt-abae70f78a3c40a3491f6561c0bd1decbf294504.tar.gz
abrt-abae70f78a3c40a3491f6561c0bd1decbf294504.tar.xz
abrt-abae70f78a3c40a3491f6561c0bd1decbf294504.zip
CCMainWindow.py: use CD_xxx constants
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Gui')
-rw-r--r--src/Gui/CCMainWindow.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py
index 8222c17c..b7b571d1 100644
--- a/src/Gui/CCMainWindow.py
+++ b/src/Gui/CCMainWindow.py
@@ -25,6 +25,7 @@ from ConfBackend import getCurrentConfBackend, ConfBackendInitError
import CCDBusBackend
from CC_gui_functions import *
from CCDumpList import getDumpList, DumpList
+from CCDump import * # FILENAME_xxx, CD_xxx
from CCReporterDialog import ReporterDialog
from PluginsSettingsDialog import PluginsSettingsDialog
from SettingsDialog import SettingsDialog
@@ -331,7 +332,7 @@ class MainWindow():
# show the report window with selected report
try:
- self.ccdaemon.getReport(report["_MWUUID"][2], force=1)
+ self.ccdaemon.getReport(report[CD_UUID][CD_CONTENT], force=1)
except Exception, e:
# 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