Set main window focus to the search field

This commit is contained in:
Xodetaetl 2015-02-07 18:43:33 +01:00
parent 74bce7c330
commit e2689b80ee

View file

@ -427,6 +427,7 @@
<object class="GtkEntry" id="search_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<property name="invisible_char">•</property>
<property name="width_chars">30</property>
<property name="primary_icon_stock">gtk-find</property>