Fix from Christian Neumair to fix default and focus, #116892

Tue Aug  5 15:38:31 2003  Jonathan Blandford  <jrb@redhat.com>

	* theme-properties.glade: Fix from Christian Neumair to fix
	default and focus, #116892

	* theme-install.glade: ditto
This commit is contained in:
Jonathan Blandford 2003-08-05 19:38:39 +00:00 committed by Jonathan Blandford
parent 77dd8c6dfa
commit f52f7feb32
3 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,10 @@
Tue Aug 5 15:38:31 2003 Jonathan Blandford <jrb@redhat.com>
* theme-properties.glade: Fix from Christian Neumair to fix
default and focus, #116892
* theme-install.glade: ditto
Mon Aug 4 14:14:53 2003 Jonathan Blandford <jrb@redhat.com>
* gnome-theme-manager.c (idle_async_func): make sure that we have

View file

@ -53,6 +53,7 @@
<widget class="GtkButton" id="button4">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="response_id">0</property>
@ -214,6 +215,7 @@
<widget class="GtkEntry" id="install_theme_combo_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>

View file

@ -40,10 +40,7 @@
<child>
<widget class="GtkButton" id="closebutton1">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<property name="label">gtk-close</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
@ -644,7 +641,6 @@
<child>
<widget class="GtkButton" id="closebutton2">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label">gtk-close</property>
<property name="use_stock">True</property>
@ -688,7 +684,6 @@
<child>
<widget class="GtkScrolledWindow" id="control_theme_swindow">
<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>
<property name="shadow_type">GTK_SHADOW_IN</property>
@ -697,7 +692,10 @@
<child>
<widget class="GtkTreeView" id="control_theme_treeview">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<property name="headers_visible">False</property>
<property name="rules_hint">False</property>
<property name="reorderable">False</property>