[Xfce4-commits] [xfce/xfce4-panel] 01/01: Replace GtkStock icon
noreply at xfce.org
noreply at xfce.org
Wed Nov 6 02:10:46 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 m a s t e r
in repository xfce/xfce4-panel.
commit 3ca9e8b216a78ca64ebbf1bef7fc2043be6b1c93
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 a638f13..35fc090 100644
--- a/libxfce4panel/xfce-panel-plugin.c
+++ b/libxfce4panel/xfce-panel-plugin.c
@@ -1397,7 +1397,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