[Xfce4-commits] [xfce/xfce4-panel] 01/01: Replace GtkStock icon
noreply at xfce.org
noreply at xfce.org
Wed Nov 6 02:11:12 CET 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 4
in repository xfce/xfce4-panel.
commit 3c48132257b6b921d81d64aa3de0f91e22995d0f
Author: Andre Miranda <andreldm at xfce.org>
Date: Tue Nov 5 22:10:13 2019 -0300
Replace GtkStock icon
---
libxfce4panel/xfce-panel-plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libxfce4panel/xfce-panel-plugin.c b/libxfce4panel/xfce-panel-plugin.c
index 436403c..fde3c81 100644
--- a/libxfce4panel/xfce-panel-plugin.c
+++ b/libxfce4panel/xfce-panel-plugin.c
@@ -1373,7 +1373,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
gtk_menu_shell_append (GTK_MENU_SHELL (submenu), item);
gtk_widget_show (item);
- image = gtk_image_new_from_icon_name ("gtk-help", GTK_ICON_SIZE_MENU);
+ image = gtk_image_new_from_icon_name ("help-browser", GTK_ICON_SIZE_MENU);
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), image);
G_GNUC_END_IGNORE_DEPRECATIONS
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list