[Xfce4-commits] [apps/xfce4-taskmanager] 07/21: fixed typo, compiles now
noreply at xfce.org
noreply at xfce.org
Thu Jan 26 22:59:11 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 807a429eb4933524aa6b4867b9c35de93610071d
Author: Florian Schüller <florian.schueller at gmail.com>
Date: Tue Jan 24 01:26:10 2017 +0100
fixed typo, compiles now
---
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 cf82448..99dbc68 100644
--- a/src/process-window.c
+++ b/src/process-window.c
@@ -244,7 +244,7 @@ xtm_process_window_init (XtmProcessWindow *window)
icon = gtk_image_new_from_icon_name ("edit-find", GTK_ICON_SIZE_SMALL_TOOLBAR);
xwininfo = gtk_tool_button_new (icon, _("Identify"));
- gtk_widget_set_tooltip_text (GTK_WIDGET (log_refresh_button), _("Identify an open window"));
+ gtk_widget_set_tooltip_text (GTK_WIDGET (xwininfo), _("Identify an open window"));
gtk_toolbar_insert (GTK_TOOLBAR (window->toolbar), GTK_TOOL_ITEM (xwininfo), 2);
g_signal_connect (G_OBJECT (xwininfo), "clicked",
G_CALLBACK (xwininfo_clicked_cb), window);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list