[Xfce4-commits] <xfdesktop:master> Change xfdesktop's menu icon to "applications-other" (Bug 8500)

Eric Koegel noreply at xfce.org
Thu Mar 29 18:34:02 CEST 2012


Updating branch refs/heads/master
         to 17bad9881764e06bd73da3cd11bb22a72935519e (commit)
       from 6ffa409bd42a1424d22c34f382b1fc01ae115754 (commit)

commit 17bad9881764e06bd73da3cd11bb22a72935519e
Author: Lionel Le Folgoc <lionel at lefolgoc.net>
Date:   Thu Mar 29 19:21:46 2012 +0300

    Change xfdesktop's menu icon to "applications-other" (Bug 8500)
    
    Xfdesktop will use "applications-accessories" as the icon for the
    applications submenu if it's available in the icon theme. It's a
    bit misleading/confusing. This changes it to use applications-other.
    
    Signed-off-by: Eric Koegel <eric.koegel at gmail.com>

 src/menu.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/menu.c b/src/menu.c
index 4cc0af3..b5b3508 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -97,8 +97,8 @@ menu_populate(XfceDesktop *desktop,
             gtk_widget_show(mi);
             gtk_menu_shell_append(GTK_MENU_SHELL(menu), mi);
             
-            if(gtk_icon_theme_has_icon(itheme, "applications-accessories")) {
-                img = gtk_image_new_from_icon_name("applications-accessories",
+            if(gtk_icon_theme_has_icon(itheme, "applications-other")) {
+                img = gtk_image_new_from_icon_name("applications-other",
                                                    GTK_ICON_SIZE_MENU);
                 gtk_widget_show(img);
             }


More information about the Xfce4-commits mailing list