diff options
author | Jeremy Katz <katzj@redhat.com> | 2007-04-04 20:25:20 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2007-04-04 20:25:20 +0000 |
commit | 0c02e100c8885845370facfea2323a786716ea1f (patch) | |
tree | bb0f955725d4a722eebebc62cb366e74f0937516 /ui | |
parent | 49a55e465ad119dd83ecf299eef406927d2b5437 (diff) | |
download | anaconda-0c02e100c8885845370facfea2323a786716ea1f.tar.gz anaconda-0c02e100c8885845370facfea2323a786716ea1f.tar.xz anaconda-0c02e100c8885845370facfea2323a786716ea1f.zip |
2007-04-04 Jeremy Katz <katzj@redhat.com>
* iw/congrats_gui.py (CongratulationWindow.__init__): Add support
for close button to be used with the live install (#225168)
* ui/anaconda.glade: Likewise.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/anaconda.glade | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/ui/anaconda.glade b/ui/anaconda.glade index d8e3aa0b8..ce6a0caf2 100644 --- a/ui/anaconda.glade +++ b/ui/anaconda.glade @@ -51,7 +51,7 @@ <property name="border_width">12</property> <property name="visible">True</property> <property name="n_rows">1</property> - <property name="n_columns">1</property> + <property name="n_columns">2</property> <property name="homogeneous">False</property> <property name="row_spacing">0</property> <property name="column_spacing">0</property> @@ -88,7 +88,6 @@ <property name="bottom_attach">1</property> </packing> </child> - </widget> <packing> <property name="padding">0</property> @@ -437,6 +436,18 @@ </child> </widget> </child> + + <child> + <widget class="GtkButton" id="closeButton"> + <property name="can_default">True</property> + <property name="can_focus">True</property> + <property name="label">gtk-close</property> + <property name="use_stock">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="focus_on_click">True</property> + <signal name="clicked" handler="on_closeButton_clicked" last_modification_time="Wed, 04 Apr 2007 20:23:13 GMT"/> + </widget> + </child> </widget> <packing> <property name="padding">0</property> |