[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 19/27: Replace gtk_image_new_from_stock with gtk_image_new_from_icon_name
noreply at xfce.org
noreply at xfce.org
Tue May 31 21:30:02 CEST 2016
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository panel-plugins/xfce4-genmon-plugin.
commit 78c06817aff5abdfa6208ebaf71358937d318418
Author: ToZ <toz at localhost.localdomain>
Date: Mon May 16 20:25:48 2016 -0400
Replace gtk_image_new_from_stock with gtk_image_new_from_icon_name
---
panel-plugin/config_gui.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/config_gui.c b/panel-plugin/config_gui.c
index cc2d602..11022e7 100644
--- a/panel-plugin/config_gui.c
+++ b/panel-plugin/config_gui.c
@@ -162,7 +162,7 @@ int genmon_CreateConfigGUI (GtkWidget *vbox1,
gtk_widget_show (hbox4);
gtk_container_add (GTK_CONTAINER (alignment3), hbox4);
- image2 = gtk_image_new_from_stock ("gtk-select-font", GTK_ICON_SIZE_BUTTON);
+ image2 = gtk_image_new_from_icon_name ("gtk-select-font", GTK_ICON_SIZE_BUTTON);
gtk_widget_show (image2);
gtk_box_pack_start (GTK_BOX (hbox4), image2, FALSE, FALSE, 0);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list