[Xfce4-commits] [xfce/xfce4-panel] 01/01: Fix remaining deprecated icon names
noreply at xfce.org
noreply at xfce.org
Thu Jan 4 23:50:56 CET 2018
This is an automated email from the git hooks/post-receive script.
o c h o s i 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 f179b1438d57ae7e13b5c0f6baf52c06ab899207
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Thu Jan 4 23:26:28 2018 +0100
Fix remaining deprecated icon names
---
libxfce4panel/xfce-panel-plugin.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libxfce4panel/xfce-panel-plugin.c b/libxfce4panel/xfce-panel-plugin.c
index 630fc0a..9642329 100644
--- a/libxfce4panel/xfce-panel-plugin.c
+++ b/libxfce4panel/xfce-panel-plugin.c
@@ -1198,7 +1198,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
G_CALLBACK (xfce_panel_plugin_show_configure), plugin);
g_object_set_qdata (G_OBJECT (menu), item_properties, item);
gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
- image = gtk_image_new_from_icon_name ("gtk-properties", GTK_ICON_SIZE_MENU);
+ image = gtk_image_new_from_icon_name ("document-properties", 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
@@ -1213,7 +1213,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
G_CALLBACK (xfce_panel_plugin_show_about), plugin);
g_object_set_qdata (G_OBJECT (menu), item_about, item);
gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
- image = gtk_image_new_from_icon_name ("gtk-about", GTK_ICON_SIZE_MENU);
+ image = gtk_image_new_from_icon_name ("help-about", 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
@@ -1253,7 +1253,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
gtk_widget_show (item);
- image = gtk_image_new_from_icon_name ("gtk-remove", GTK_ICON_SIZE_MENU);
+ image = gtk_image_new_from_icon_name ("list-remove", 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