[Xfce4-commits] [apps/xfce4-taskmanager] 02/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:42 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 f33f64410fde767053bf3e28a93189fd1f22aa8b
Author: Landry Breuil <landry at xfce.org>
Date:   Thu Dec 11 22:43:40 2014 +0100

    use gtk_tool_button_set_icon_name() instead of gtk_tool_button_set_stock_id()
---
 src/settings-tool-button.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/settings-tool-button.c b/src/settings-tool-button.c
index 9bdfd6e..d625458 100644
--- a/src/settings-tool-button.c
+++ b/src/settings-tool-button.c
@@ -49,7 +49,7 @@ xtm_settings_tool_button_init (XtmSettingsToolButton *button)
 {
 	GtkWidget *menu;
 
-	gtk_tool_button_set_stock_id (GTK_TOOL_BUTTON (button), "gtk-preferences");
+	gtk_tool_button_set_icon_name(GTK_TOOL_BUTTON (button), "gtk-preferences");
 	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