summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Gui/CCMainWindow.py2
-rw-r--r--src/Gui/ccgui.glade2
2 files changed, 2 insertions, 2 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)
diff --git a/src/Gui/ccgui.glade b/src/Gui/ccgui.glade
index 5b102f4..57e97bf 100644
--- a/src/Gui/ccgui.glade
+++ b/src/Gui/ccgui.glade
@@ -49,7 +49,7 @@ Patrick Connelly &lt;pcon@fedoraproject.org&gt;</property>
</widget>
</child>
</widget>
- <widget class="GtkWindow" id="main_window3">
+ <widget class="GtkWindow" id="main_window">
<property name="title" translatable="yes">Automatic Bug Reporting Tool</property>
<property name="window_position">center</property>
<property name="icon_name">abrt</property>