[Xfce4-commits] [xfce/thunar] 01/03: Make 'Move to Trash' icon the same as in main pane
noreply at xfce.org
noreply at xfce.org
Tue Apr 23 10:51:11 CEST 2019
This is an automated email from the git hooks/post-receive script.
a l e x 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/thunar.
commit 1a655f2aadb5a8bee65f044114abcf3d4cf98642
Author: Theo Linkspfeifer <lastonestanding at tutanota.com>
Date: Mon Apr 22 14:16:44 2019 +0200
Make 'Move to Trash' icon the same as in main pane
---
thunar/thunar-tree-view.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thunar/thunar-tree-view.c b/thunar/thunar-tree-view.c
index ed3410f..6550754 100644
--- a/thunar/thunar-tree-view.c
+++ b/thunar/thunar-tree-view.c
@@ -1475,7 +1475,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
gtk_widget_show (item);
/* set the icon */
- image = gtk_image_new_from_icon_name ("user-trash-full", GTK_ICON_SIZE_MENU);
+ image = gtk_image_new_from_icon_name ("user-trash", 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