This is an automated email from the git hooks/post-receive script.

alex pushed a 
commit to branch 
master
in repository xfce/thunar.

commit 1a655f2aadb5a8bee65f044114abcf3d4cf98642
Author: Theo Linkspfeifer <lastonestand...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to