]> git.pld-linux.org Git - packages/gnome-panel.git/commitdiff
use menu: from gnome-vfs2-module-menu not applications: from vfolder-desktop for...
authorArtur Frysiak <artur@frysiak.net>
Wed, 21 Jul 2004 15:01:44 +0000 (15:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-panel-menu.patch -> 1.1

gnome-panel-menu.patch [new file with mode: 0644]

diff --git a/gnome-panel-menu.patch b/gnome-panel-menu.patch
new file mode 100644 (file)
index 0000000..2857c63
--- /dev/null
@@ -0,0 +1,26 @@
+--- gnome-panel-2.6.2/gnome-panel/menu.c.wiget 2004-07-21 15:44:04.347155922 +0200
++++ gnome-panel-2.6.2/gnome-panel/menu.c       2004-07-21 15:44:45.256540129 +0200
+@@ -221,7 +221,7 @@
+       /*just load the menus from disk, don't make the widgets
+         this just reads the .desktops of the top most directory
+         and a level down*/
+-      fr_read_dir (NULL, "applications:/", 0, 2);
++      fr_read_dir (NULL, "menu:/", 0, 2);
+       if (distribution_info != NULL &&
+           distribution_info->menu_init_func != NULL)
+@@ -2850,12 +2850,12 @@
+ {
+       if ( ! fake ||
+            menu != NULL) {
+-              menu = create_menu_at (menu, "applications:/",
++              menu = create_menu_at (menu, "menu:/",
+                                      launcher_add,
+                                      _("Applications"),
+                                      fake_submenus, FALSE);
+       } else {
+-              menu = create_fake_menu_at ("applications:/",
++              menu = create_fake_menu_at ("menu:/",
+                                           launcher_add,
+                                           _("Applications"));
+       }
This page took 0.198717 seconds and 4 git commands to generate.