diff options
author | Ross Burton <ross@openedhand.com> | 2007-03-16 10:19:19 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-03-16 10:19:19 +0000 |
commit | 4e5a1f9e073c12db630ce6c4956b14bffa1c390a (patch) | |
tree | 1d50e55bb56c06db5a9e440ebfb173bb091062fe | |
parent | c8cdf43e8755da970dcd76f4b0b8d931b87cfcd8 (diff) | |
download | poky-4e5a1f9e073c12db630ce6c4956b14bffa1c390a.tar.gz |
Fix list formatting
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1356 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/puzzles/puzzles_r6915.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/puzzles/puzzles_r6915.bb b/meta/packages/puzzles/puzzles_r6915.bb index 2c1d17dca8..9a39289e03 100644 --- a/meta/packages/puzzles/puzzles_r6915.bb +++ b/meta/packages/puzzles/puzzles_r6915.bb | |||
@@ -38,7 +38,7 @@ Exec=${prefix}/games/$prog | |||
38 | Icon=game.png | 38 | Icon=game.png |
39 | Terminal=false | 39 | Terminal=false |
40 | Type=Application | 40 | Type=Application |
41 | Categories=Game | 41 | Categories=Game; |
42 | StartupNotify=true | 42 | StartupNotify=true |
43 | SingleInstance=true | 43 | SingleInstance=true |
44 | STOP | 44 | STOP |