diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-12-23 15:25:07 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-12-23 15:25:07 +0000 |
commit | a7df4a3dc778d4b84f04882179f272f0354f4fb8 (patch) | |
tree | c349268d985f2a66fd497161b91132abc33630ea | |
parent | 58aceebeceb618d0b7b4a3a9f7bee35d75bf1126 (diff) | |
download | gnunet-gtk-a7df4a3dc778d4b84f04882179f272f0354f4fb8.tar.gz gnunet-gtk-a7df4a3dc778d4b84f04882179f272f0354f4fb8.zip |
-LRN: focus on entry initially
-rw-r--r-- | contrib/gnunet_fs_gtk_main_window.glade | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade index 39337632..b848cbad 100644 --- a/contrib/gnunet_fs_gtk_main_window.glade +++ b/contrib/gnunet_fs_gtk_main_window.glade | |||
@@ -1216,6 +1216,7 @@ | |||
1216 | <object class="GtkEntry" id="main_window_search_entry"> | 1216 | <object class="GtkEntry" id="main_window_search_entry"> |
1217 | <property name="visible">True</property> | 1217 | <property name="visible">True</property> |
1218 | <property name="can_focus">True</property> | 1218 | <property name="can_focus">True</property> |
1219 | <property name="has_focus">True</property> | ||
1219 | <property name="invisible_char">●</property> | 1220 | <property name="invisible_char">●</property> |
1220 | <property name="invisible_char_set">True</property> | 1221 | <property name="invisible_char_set">True</property> |
1221 | <property name="primary_icon_activatable">False</property> | 1222 | <property name="primary_icon_activatable">False</property> |