[gnome-shell] [allApps] Reorder sections



commit 084ef99d104b6d302345cb20249f9f61cb06bf89
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Sun Jun 6 19:22:57 2010 +0200

    [allApps] Reorder sections
    
    Reorder the menu sections using a DefaultLayout element to
    enforce Apps, Games, Tools rather relying on them
    being ordered alphabetically.

 data/gs-applications.menu |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/data/gs-applications.menu b/data/gs-applications.menu
index 38ed805..1171dae 100644
--- a/data/gs-applications.menu
+++ b/data/gs-applications.menu
@@ -1,4 +1,9 @@
 <Menu>
+    <DefaultLayout>
+        <Menuname>Apps</Menuname>
+        <Menuname>Games</Menuname>
+        <Menuname>Tools</Menuname>
+    </DefaultLayout>
 	<Name>Applications</Name>
 	<DefaultAppDirs/>
 	<Menu>
@@ -23,7 +28,7 @@
 		</Include>
 	</Menu>
 	<Menu>
-		<Name>Other</Name>
+		<Name>Apps</Name>
 		<OnlyUnallocated/>
 		<Include>
 			<And>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]