allow focus for account modification window widget name

This commit is contained in:
Nikos Kouremenos 2005-04-30 17:21:05 +00:00
parent a2f9ad8bcd
commit 46eaae7d0f
1 changed files with 1 additions and 1 deletions

View File

@ -592,6 +592,7 @@
<widget class="GtkEntry" id="name_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>
@ -1561,7 +1562,6 @@
<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-save</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>