Give the filter/search entry focus by default (Bug #11868)

This commit is contained in:
Simon Steinbeiss
2017-01-26 23:15:14 +01:00
parent a211e03f3d
commit e23ddb3158

View File

@@ -327,7 +327,7 @@ xtm_process_window_init (XtmProcessWindow *window)
g_signal_connect (G_OBJECT(window->filter_entry), "changed", G_CALLBACK(filter_entry_keyrelease_handler), window->treeview);
gtk_widget_set_tooltip_text (window->filter_entry, _("Filter on process name"));
gtk_widget_grab_focus (GTK_WIDGET (window->treeview));
gtk_widget_grab_focus (GTK_WIDGET (window->filter_entry));
g_object_unref (window->builder);
window->builder = NULL;