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 | |
parent | 780b44da5b5412d7769bf2222915a111fa77da2a (diff) | |
download | openembedded-core-364c193b52cadfad5def00ebdca8e69d4224da6e.tar.gz openembedded-core-364c193b52cadfad5def00ebdca8e69d4224da6e.tar.bz2 openembedded-core-364c193b52cadfad5def00ebdca8e69d4224da6e.zip |
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
-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 # dont exist. matchbox-desktop & -matchbox-panel --orientation south & +matchbox-panel & exec matchbox-window-manager $@ |