summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-01-18 14:28:05 +0000
committerRoss Burton <ross@openedhand.com>2008-01-18 14:28:05 +0000
commit364c193b52cadfad5def00ebdca8e69d4224da6e (patch)
tree973eba6c9789e223097ff89ae0cf7b18f3d8dd99
parent780b44da5b5412d7769bf2222915a111fa77da2a (diff)
downloadpoky-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
-rw-r--r--meta/packages/matchbox-sato/matchbox-sato/matchbox-session2
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
22matchbox-desktop & 22matchbox-desktop &
23matchbox-panel --orientation south & 23matchbox-panel &
24exec matchbox-window-manager $@ 24exec matchbox-window-manager $@