summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-10-24 20:42:13 +0000
committerJeremy Katz <katzj@redhat.com>2005-10-24 20:42:13 +0000
commitb8a127b35cc0bbb76771a5b30cdd34004c57c7e1 (patch)
tree2566b6e8dcd9b053a3d92ae53567cf7f4d234bd3 /ui
parent45e723b53696542b0bc151c444fb4778f376ae5b (diff)
downloadanaconda-b8a127b35cc0bbb76771a5b30cdd34004c57c7e1.tar.gz
anaconda-b8a127b35cc0bbb76771a5b30cdd34004c57c7e1.tar.xz
anaconda-b8a127b35cc0bbb76771a5b30cdd34004c57c7e1.zip
2005-10-24 Jeremy Katz <katzj@redhat.com>
* ui/anaconda.glade: Make help not visible by default. This fixes screwiness where the pane was still there with kickstart installs.
Diffstat (limited to 'ui')
-rw-r--r--ui/anaconda.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/anaconda.glade b/ui/anaconda.glade
index c232f7afb..3b8d2ada9 100644
--- a/ui/anaconda.glade
+++ b/ui/anaconda.glade
@@ -22,6 +22,7 @@
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
<property name="gravity">GDK_GRAVITY_CENTER</property>
<property name="focus_on_map">True</property>
+ <property name="urgency_hint">False</property>
<signal name="key_release_event" handler="on_mainWindow_key_release_event" last_modification_time="Wed, 12 Jan 2005 20:53:20 GMT"/>
<signal name="delete_event" handler="on_mainWindow_delete_event" last_modification_time="Wed, 12 Jan 2005 21:03:14 GMT"/>
@@ -90,7 +91,6 @@
<child>
<widget class="GtkScrolledWindow" id="help">
- <property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>