From 030fc47b77ca83f43cc39907bd52def9a292e818 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 25 Feb 2009 10:48:48 +0100 Subject: Fixed applet to reflect new gui script --- src/Gui/CCMainWindow.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Gui/CCMainWindow.py') diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py index 7f2cb7c..02f2a03 100644 --- a/src/Gui/CCMainWindow.py +++ b/src/Gui/CCMainWindow.py @@ -24,7 +24,8 @@ class MainWindow(): gui_error_message(e.message) sys.exit() #Set the Glade file - self.gladefile = "ccgui.glade" + # FIXME add to PATH + self.gladefile = "../share/crash-catcher/ccgui.glade" self.wTree = gtk.glade.XML(self.gladefile) #Get the Main Window, and connect the "destroy" event -- cgit