diff options
author | Chris Lord <chris@openedhand.com> | 2005-10-03 08:41:11 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-10-03 08:41:11 +0000 |
commit | 5216f94c4b7b4f441805e44add56f38880dd9beb (patch) | |
tree | ecb96b0db3173ccf55e856e0b46eca91e72f042b /openembedded | |
parent | facfebe9039c6ee8e4abebd5c88dfec667cf961b (diff) | |
download | openembedded-core-5216f94c4b7b4f441805e44add56f38880dd9beb.tar.gz openembedded-core-5216f94c4b7b4f441805e44add56f38880dd9beb.tar.bz2 openembedded-core-5216f94c4b7b4f441805e44add56f38880dd9beb.zip |
Remove startup-monitor from applets list (I mistakenly put it there
previously)
git-svn-id: https://svn.o-hand.com/repos/poky@95 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rwxr-xr-x | openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session index cf56d25b8e..96e0ebcda6 100755 --- a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session +++ b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session @@ -14,6 +14,6 @@ matchbox-panel --orientation east \ --padding 4 \ --no-menu \ --no-session \ - --default-apps mb-applet-home,mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery & + --default-apps mb-applet-home,mb-applet-clock,mb-applet-battery & exec matchbox-window-manager -theme Clearlooks $@ |