diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-03-02 15:30:17 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-03-02 15:30:17 +0100 |
| commit | b413cf38cdcbae6aede174aa54103181395f7bbc (patch) | |
| tree | eee47ca1edd79fbc3e47c993bbd584906727eb51 /src/Gui/CCReporterDialog.py | |
| parent | f98ee8ad41a9f9ebc8f2318a4bbf9ecfc01bc1ab (diff) | |
| download | abrt-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.py | 2 |
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") |
