[Xfce4-commits] [xfce/xfdesktop] 01/01: Change "Create Launcher..." icon (Bug #14161)

noreply at xfce.org noreply at xfce.org
Fri May 25 04:25:59 CEST 2018


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 b4d99239acfd844497262a233e1be483e49aad8e
Author: Andre Miranda <andre42m at gmail.com>
Date:   Thu May 24 23:22:03 2018 -0300

    Change "Create Launcher..." icon (Bug #14161)
    
    So it's consistent with the panel plugin Launcher's icon.
---
 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 48045c1..055e0e3 100644
--- a/src/xfdesktop-file-icon-manager.c
+++ b/src/xfdesktop-file-icon-manager.c
@@ -1441,7 +1441,7 @@ xfdesktop_file_icon_manager_populate_context_menu(XfceDesktop *desktop,
 
                     /* create launcher item */
 
-                    icon = g_content_type_get_icon("application/x-desktop");
+                    icon = g_themed_icon_new("application-x-executable");
                     img = gtk_image_new_from_gicon(icon, GTK_ICON_SIZE_MENU);
                     mi = xfdesktop_menu_create_menu_item_with_mnemonic(_("Create _Launcher..."), img);
                     g_object_set_data(G_OBJECT(mi), "xfdesktop-launcher-type", "Application");

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


More information about the Xfce4-commits mailing list