[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:54:29 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       x   f   c   e   -   4   .   1   4   
   in repository xfce/thunar.

commit 97ddfd926135f4624101f64088e5b9fb78ac233e
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