Give the filter/search entry focus by default (Bug #11868)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user