Default the focus on the process list instead of the exec button (#10643)

This commit is contained in:
Landry Breuil
2014-12-01 10:28:05 +01:00
parent aed546d1c1
commit 38d511465d

View File

@@ -183,6 +183,8 @@ xtm_process_window_init (XtmProcessWindow *window)
gtk_widget_show (window->statusbar);
gtk_box_pack_start (GTK_BOX (gtk_builder_get_object (window->builder, "process-vbox")), window->statusbar, FALSE, FALSE, 0);
gtk_widget_grab_focus (GTK_WIDGET (window->treeview));
g_object_unref (window->builder);
window->builder = NULL;
}