diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2008-09-30 17:05:17 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-09-30 17:05:17 +0000 |
commit | ff56ee3717467bb04892fa940ccbc342d260aff9 (patch) | |
tree | 797f970a397f24b3726d332351f4b45b0324a94d /meta/packages/matchbox-netbook | |
parent | 65722fb86277bb5eddef74f472e5b0696b5be0b0 (diff) | |
download | openembedded-core-ff56ee3717467bb04892fa940ccbc342d260aff9.tar.gz openembedded-core-ff56ee3717467bb04892fa940ccbc342d260aff9.tar.bz2 openembedded-core-ff56ee3717467bb04892fa940ccbc342d260aff9.zip |
matchbox-netbook: We can safely include the brightness applet.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5343 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-netbook')
-rw-r--r-- | meta/packages/matchbox-netbook/matchbox-session-netbook/session | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/matchbox-netbook/matchbox-session-netbook/session b/meta/packages/matchbox-netbook/matchbox-session-netbook/session index bd6bdba4ac..22c2b90c11 100644 --- a/meta/packages/matchbox-netbook/matchbox-session-netbook/session +++ b/meta/packages/matchbox-netbook/matchbox-session-netbook/session @@ -14,7 +14,7 @@ matchbox-desktop & # doesn't have the feature "foo". START_APPLETS=showdesktop,windowselector -END_APPLETS=clock,battery,systray,startup-notify,notify +END_APPLETS=clock,battery,brightness,systray,startup-notify,notify END_APPLETS=openmoko-panel-gsm,$END_APPLETS # feature-phone matchbox-panel --titlebar --start-applets $START_APPLETS --end-applets $END_APPLETS & |