[Xfce4-commits] [apps/xfce4-taskmanager] 14/14: add tooltip to filter_entry
noreply at xfce.org
noreply at xfce.org
Fri Dec 19 22:58:44 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 445b8a46cd8dc717db89549a6fee5e2a0df48291
Author: Landry Breuil <landry at xfce.org>
Date: Fri Dec 19 22:58:22 2014 +0100
add tooltip to filter_entry
---
src/process-window.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/process-window.c b/src/process-window.c
index a029c31..743cf70 100644
--- a/src/process-window.c
+++ b/src/process-window.c
@@ -212,6 +212,7 @@ xtm_process_window_init (XtmProcessWindow *window)
window->filter_entry = GTK_WIDGET(gtk_builder_get_object (window->builder, "filter-entry"));
g_signal_connect (G_OBJECT(window->filter_entry), "icon-press", G_CALLBACK(filter_entry_icon_pressed_cb), NULL);
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));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list