diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-03-09 16:26:40 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-03-09 16:26:40 +0100 |
| commit | 461e1714e89b882ccdf81ed04c0c8d1dd3832866 (patch) | |
| tree | 296779596b7c9939003fe15756b8218146d7110e /src/Gui/CCMainWindow.py | |
| parent | 23f5055da95fa5ea60912c9b344836746e24ef6a (diff) | |
| download | abrt-461e1714e89b882ccdf81ed04c0c8d1dd3832866.tar.gz abrt-461e1714e89b882ccdf81ed04c0c8d1dd3832866.tar.xz abrt-461e1714e89b882ccdf81ed04c0c8d1dd3832866.zip | |
GUI: renamed main_window3 -> main_window
Diffstat (limited to 'src/Gui/CCMainWindow.py')
| -rw-r--r-- | src/Gui/CCMainWindow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py index 8129b8a..74e61ba 100644 --- a/src/Gui/CCMainWindow.py +++ b/src/Gui/CCMainWindow.py @@ -39,7 +39,7 @@ class MainWindow(): self.wTree = gtk.glade.XML(self.gladefile) #Get the Main Window, and connect the "destroy" event - self.window = self.wTree.get_widget("main_window3") + self.window = self.wTree.get_widget("main_window") if self.window: self.window.set_default_size(700, 480) self.window.connect("delete_event", self.delete_event_cb) |
