summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-03-09 16:26:40 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-03-09 16:26:40 +0100
commit461e1714e89b882ccdf81ed04c0c8d1dd3832866 (patch)
tree296779596b7c9939003fe15756b8218146d7110e /src
parent23f5055da95fa5ea60912c9b344836746e24ef6a (diff)
downloadabrt-461e1714e89b882ccdf81ed04c0c8d1dd3832866.tar.gz
abrt-461e1714e89b882ccdf81ed04c0c8d1dd3832866.tar.xz
abrt-461e1714e89b882ccdf81ed04c0c8d1dd3832866.zip
GUI: renamed main_window3 -> main_window
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 8129b8a3..74e61ba0 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 5b102f46..57e97bf0 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>