fix focus in account creation wizard. Fixes #4835

This commit is contained in:
Yann Leboulanger 2009-03-01 14:34:18 +00:00
parent bdee736978
commit eb9580e985
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ to the Jabber network.</property>
<widget class="GtkEntry" id="username_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<signal name="changed" handler="on_username_entry_changed"/>
<signal name="key_press_event" handler="on_username_entry_key_press_event"/>
</widget>