[Xfce4-commits] [apps/xfce4-taskmanager] 04/10: use gtk_tool_button_set_icon_name() instead of gtk_tool_button_set_stock_id()
noreply at xfce.org
noreply at xfce.org
Thu Dec 11 23:30:44 CET 2014
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch landry/gtk3
in repository apps/xfce4-taskmanager.
commit f721131703bda9ec48585a9d65b95c8ef5dd655a
Author: Landry Breuil <landry at xfce.org>
Date: Thu Dec 11 22:52:35 2014 +0100
use gtk_tool_button_set_icon_name() instead of gtk_tool_button_set_stock_id()
---
src/exec-tool-button.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exec-tool-button.c b/src/exec-tool-button.c
index 1ef6dfb..d9d6a9f 100644
--- a/src/exec-tool-button.c
+++ b/src/exec-tool-button.c
@@ -51,7 +51,7 @@ xtm_exec_tool_button_init (XtmExecToolButton *button)
{
GtkWidget *menu;
- gtk_tool_button_set_stock_id (GTK_TOOL_BUTTON (button), "gtk-execute");
+ gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (button), "gtk-execute");
gtk_tool_button_set_use_underline (GTK_TOOL_BUTTON (button), TRUE);
menu = construct_menu ();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list