[Xfce4-commits] [apps/xfce4-taskmanager] 02/03: Default the focus on the process list instead of the exec button (#10643)
noreply at xfce.org
noreply at xfce.org
Mon Dec 1 10:31:39 CET 2014
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository apps/xfce4-taskmanager.
commit 38d511465daca89813fec318eefe824bafbf38fd
Author: Landry Breuil <landry at xfce.org>
Date: Mon Dec 1 10:28:05 2014 +0100
Default the focus on the process list instead of the exec button (#10643)
---
src/process-window.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/process-window.c b/src/process-window.c
index 5244dc5..46b9c58 100644
--- a/src/process-window.c
+++ b/src/process-window.c
@@ -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;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list