~ubuntu-branches/ubuntu/hardy/gnome-menus/hardy-updates

« back to all changes in this revision

Viewing changes to debian/patches/08_system_menus_order.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-05-13 23:38:03 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20070513233803-mtmrb4uq8wj1qf71
Tags: 2.19.2-0ubuntu1
* New upstream version:
  Menu Layout
  - Fix "system-wide" typo (Ubuntu: #28354)
  - Put Preferences before Administration in the System menu
  - Use icons from the icon naming spec
  - Use Universal Access instead of Accessibility
  - Use System instead of Desktop since the menu got renamed 
  - Do not require the Application category in the Other submenu 
    (Ubuntu: #47426)
  Menu Editor
  - Fix a crash when unselecting the current menu (Ubuntu: #91254)
  - Require pygtk at runtime
  - Use the python executable found by configure
  Misc
  - Require automake 1.9
* debian/patches/06_desktop_rename.patch:
  - dropped, fixed with the new version
* debian/patches/08_system_menus_order.patch:
  - dropped, fixed with the new version
* debian/patches/70_reautogen.patch:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur gnome-menus-2.17.92/layout/settings.menu gnome-menus-2.17.92.new/layout/settings.menu
2
 
--- gnome-menus-2.17.92/layout/settings.menu    2007-02-28 13:29:19.000000000 +0100
3
 
+++ gnome-menus-2.17.92.new/layout/settings.menu        2007-02-28 13:30:06.000000000 +0100
4
 
@@ -39,4 +39,9 @@
5
 
     </Include>
6
 
   </Menu>     <!-- End System Settings -->
7
 
 
8
 
+  <Layout>
9
 
+    <Menuname>Preferences</Menuname>
10
 
+    <Menuname>Administration</Menuname>
11
 
+  </Layout>
12
 
+
13
 
 </Menu> <!-- End Settings -->