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

« back to all changes in this revision

Viewing changes to layout/applications.menu

  • 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:
34
34
 
35
35
  <!-- Accessibility submenu -->
36
36
  <Menu>
37
 
    <Name>Accessibility</Name>
 
37
    <Name>Universal Access</Name>
38
38
    <Directory>Accessibility.directory</Directory>
39
39
    <Include>
40
40
      <And>
143
143
    <OnlyUnallocated/>
144
144
    <Include>
145
145
      <And>
146
 
        <Category>Application</Category>
147
146
        <Not><Category>Core</Category></Not>
148
147
        <Not><Category>Settings</Category></Not>
149
148
      </And>