summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCReporterDialog.py
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-03-02 15:30:17 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-03-02 15:30:17 +0100
commitb413cf38cdcbae6aede174aa54103181395f7bbc (patch)
treeeee47ca1edd79fbc3e47c993bbd584906727eb51 /src/Gui/CCReporterDialog.py
parentf98ee8ad41a9f9ebc8f2318a4bbf9ecfc01bc1ab (diff)
downloadabrt-b413cf38cdcbae6aede174aa54103181395f7bbc.tar.gz
abrt-b413cf38cdcbae6aede174aa54103181395f7bbc.tar.xz
abrt-b413cf38cdcbae6aede174aa54103181395f7bbc.zip
New gui
DBusBackend improvements
Diffstat (limited to 'src/Gui/CCReporterDialog.py')
-rw-r--r--src/Gui/CCReporterDialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py
index 4119d11..91f6961 100644
--- a/src/Gui/CCReporterDialog.py
+++ b/src/Gui/CCReporterDialog.py
@@ -13,7 +13,7 @@ class ReporterDialog():
self.report = report
#Set the Glade file
# FIXME add to path
- self.gladefile = "/usr/share/crash-catcher/ccgui.glade"
+ self.gladefile = "/usr/share/crash-catcher/report.glade"
self.wTree = gtk.glade.XML(self.gladefile)
#Get the Main Window, and connect the "destroy" event
self.window = self.wTree.get_widget("reporter_dialog")