[oe-commits] Steve Sakoman : e-wm: modify applications. menu so that Games menu item contains apps with either "Game" or "Games" as the Category, and Internet contains apps with either "Internet" or " Network"

GIT User account git at amethyst.openembedded.net
Tue Nov 18 15:36:04 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7a431ab82aa19e5eeb542504284e6c1a9c13afdb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7a431ab82aa19e5eeb542504284e6c1a9c13afdb

Author: Steve Sakoman <sakoman at otto.(none)>
Date:   Fri Oct 24 15:20:37 2008 -0700

e-wm: modify applications.menu so that Games menu item contains apps with either "Game" or "Games" as the Category, and Internet contains apps with either "Internet" or "Network"

---

 packages/e17/e-wm/applications.menu |   10 ++++++++--
 packages/e17/e-wm_svn.bb            |    2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/packages/e17/e-wm/applications.menu b/packages/e17/e-wm/applications.menu
index 032c6b7..77c6f04 100644
--- a/packages/e17/e-wm/applications.menu
+++ b/packages/e17/e-wm/applications.menu
@@ -43,7 +43,10 @@
     <Directory>Games.directory</Directory>
     <Include>
       <And>
-        <Category>Games</Category>
+        <Or>
+         <Category>Game</Category>
+         <Category>Games</Category>
+        </Or>
       </And>
     </Include>
   </Menu>
@@ -53,7 +56,10 @@
     <Directory>Internet.directory</Directory>
     <Include>
       <And>
-        <Category>Network</Category>
+        <Or>
+         <Category>Internet</Category>
+         <Category>Network</Category>
+        </Or>
       </And>
     </Include>
   </Menu>
diff --git a/packages/e17/e-wm_svn.bb b/packages/e17/e-wm_svn.bb
index 97f55a0..024228b 100644
--- a/packages/e17/e-wm_svn.bb
+++ b/packages/e17/e-wm_svn.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The Enlightenment Window Manager Version 17"
 DEPENDS = "eet evas ecore edje efreet edbus"
 LICENSE = "MIT BSD"
 PV = "0.16.999.043+svnr${SRCREV}"
-PR = "r18"
+PR = "r19"
 
 inherit e update-alternatives
 





More information about the Openembedded-commits mailing list