~noskcaj/ubuntu/trusty/xfdesktop4/4.11.2-1

« back to all changes in this revision

Viewing changes to src/menu.c

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-05-18 22:18:02 UTC
  • mfrom: (3.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20120518221802-htmj6h4apaij25l2
Tags: 4.10.0-1ubuntu1
* Merge from Debian experimental, remaining Ubuntu change:
  - debian/patches/xubuntu_improve-nautilus-interactions.patch: added,
    should prevent nautilus from taking over the desktop if xfdesktop is
    running (and vice-versa).

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
            gtk_widget_show(mi);
98
98
            gtk_menu_shell_append(GTK_MENU_SHELL(menu), mi);
99
99
            
100
 
            if(gtk_icon_theme_has_icon(itheme, "xfdesktop-menu")) {
101
 
                img = gtk_image_new_from_icon_name("xfdesktop-menu",
 
100
            if(gtk_icon_theme_has_icon(itheme, "applications-other")) {
 
101
                img = gtk_image_new_from_icon_name("applications-other",
102
102
                                                   GTK_ICON_SIZE_MENU);
103
103
                gtk_widget_show(img);
104
104
            }