diff options
author | Ross Burton <ross@openedhand.com> | 2008-01-18 14:28:05 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-01-18 14:28:05 +0000 |
commit | 364c193b52cadfad5def00ebdca8e69d4224da6e (patch) | |
tree | 973eba6c9789e223097ff89ae0cf7b18f3d8dd99 /meta/packages/matchbox-sato | |
parent | 780b44da5b5412d7769bf2222915a111fa77da2a (diff) | |
download | poky-364c193b52cadfad5def00ebdca8e69d4224da6e.tar.gz |
matchbox-session: don't pass arguments the panel doesn't accept
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3540 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-sato')
-rw-r--r-- | meta/packages/matchbox-sato/matchbox-sato/matchbox-session | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-sato/matchbox-session b/meta/packages/matchbox-sato/matchbox-sato/matchbox-session index 65f1ce72ca..4d6caa0c5a 100644 --- a/meta/packages/matchbox-sato/matchbox-sato/matchbox-session +++ b/meta/packages/matchbox-sato/matchbox-sato/matchbox-session | |||
@@ -20,5 +20,5 @@ fi | |||
20 | # dont exist. | 20 | # dont exist. |
21 | 21 | ||
22 | matchbox-desktop & | 22 | matchbox-desktop & |
23 | matchbox-panel --orientation south & | 23 | matchbox-panel & |
24 | exec matchbox-window-manager $@ | 24 | exec matchbox-window-manager $@ |