[Xfce4-commits] [apps/xfce4-taskmanager] 01/01: Give the filter/search entry focus by default (Bug #11868)

noreply at xfce.org noreply at xfce.org
Thu Jan 26 23:15:36 CET 2017


This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository apps/xfce4-taskmanager.

commit e23ddb3158c69670444509b1e6c7bd504de4d088
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Thu Jan 26 23:15:14 2017 +0100

    Give the filter/search entry focus by default (Bug #11868)
---
 src/process-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/process-window.c b/src/process-window.c
index 16ba8c0..de80028 100644
--- a/src/process-window.c
+++ b/src/process-window.c
@@ -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;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list