]> git.pld-linux.org Git - packages/gnome-panel.git/commitdiff
- outdated
authorgrzegol <grzegol@pld-linux.org>
Wed, 21 Jul 2004 18:37:08 +0000 (18:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-panel-menu.patch -> 1.2

gnome-panel-menu.patch [deleted file]

diff --git a/gnome-panel-menu.patch b/gnome-panel-menu.patch
deleted file mode 100644 (file)
index 2857c63..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
---- 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.140038 seconds and 4 git commands to generate.