[Xfce4-commits] [xfce/xfdesktop] 01/01: Make 'Move to Trash' icon the same as Thunar (Bug #15234)

noreply at xfce.org noreply at xfce.org
Thu Mar 28 14:48:24 CET 2019


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

a   n   d   r   e       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/xfdesktop.

commit d7d06a8efadbc34962e9742a8bb59b7804145b98
Author: Andre Miranda <andre.miranda at liferay.com>
Date:   Thu Mar 28 10:48:14 2019 -0300

    Make 'Move to Trash' icon the same as Thunar (Bug #15234)
---
 src/xfdesktop-file-icon-manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xfdesktop-file-icon-manager.c b/src/xfdesktop-file-icon-manager.c
index 807c9bc..57369ab 100644
--- a/src/xfdesktop-file-icon-manager.c
+++ b/src/xfdesktop-file-icon-manager.c
@@ -1740,7 +1740,7 @@ xfdesktop_file_icon_manager_populate_context_menu(XfceDesktop *desktop,
             gtk_menu_shell_append(GTK_MENU_SHELL(menu), mi);
 
             /* Trash */
-            img = gtk_image_new_from_icon_name("user-trash-full", GTK_ICON_SIZE_MENU);
+            img = gtk_image_new_from_icon_name("user-trash", GTK_ICON_SIZE_MENU);
             mi = xfdesktop_menu_create_menu_item_with_mnemonic(_("Mo_ve to Trash"), img);
             gtk_widget_show(mi);
             gtk_menu_shell_append(GTK_MENU_SHELL(menu), mi);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list