[Xfce4-commits] [xfce/xfce4-panel] 04/04: tasklist: Switch from wnck* icons to standard names
noreply at xfce.org
noreply at xfce.org
Wed Nov 28 16:34:20 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 c4ca7f2e7b8a984aceee1d79ae862c6f382f3650
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Wed Nov 28 15:49:06 2018 +0100
tasklist: Switch from wnck* icons to standard names
---
plugins/tasklist/tasklist-widget.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/plugins/tasklist/tasklist-widget.c b/plugins/tasklist/tasklist-widget.c
index 7f86d9c..b3a2807 100644
--- a/plugins/tasklist/tasklist-widget.c
+++ b/plugins/tasklist/tasklist-widget.c
@@ -3494,7 +3494,7 @@ xfce_tasklist_group_button_menu (XfceTasklistChild *group_child,
gtk_menu_shell_append (GTK_MENU_SHELL (menu), mi);
gtk_widget_show (mi);
- image = gtk_image_new_from_icon_name ("wnck-stock-minimize", GTK_ICON_SIZE_MENU);
+ image = gtk_image_new_from_icon_name ("window-minimize-symbolic", GTK_ICON_SIZE_MENU);
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
mi = gtk_image_menu_item_new_with_mnemonic (_("Mi_nimize All"));
gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (mi), image);
@@ -3510,7 +3510,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
G_CALLBACK (xfce_tasklist_group_button_menu_unminimize_all), group_child);
gtk_widget_show (mi);
- image = gtk_image_new_from_icon_name ("wnck-stock-maximize", GTK_ICON_SIZE_MENU);
+ image = gtk_image_new_from_icon_name ("window-maximize-symbolic", GTK_ICON_SIZE_MENU);
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
mi = gtk_image_menu_item_new_with_mnemonic (_("Ma_ximize All"));
gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (mi), image);
@@ -3530,7 +3530,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
gtk_menu_shell_append (GTK_MENU_SHELL (menu), mi);
gtk_widget_show (mi);
- image = gtk_image_new_from_icon_name ("wnck-stock-delete", GTK_ICON_SIZE_MENU);
+ image = gtk_image_new_from_icon_name ("window-close-symbolic", GTK_ICON_SIZE_MENU);
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
mi = gtk_image_menu_item_new_with_mnemonic(_("_Close All"));
gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (mi), image);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list