summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2008-09-30 17:05:17 +0000
committerSamuel Ortiz <sameo@openedhand.com>2008-09-30 17:05:17 +0000
commitff56ee3717467bb04892fa940ccbc342d260aff9 (patch)
tree797f970a397f24b3726d332351f4b45b0324a94d
parent65722fb86277bb5eddef74f472e5b0696b5be0b0 (diff)
downloadpoky-ff56ee3717467bb04892fa940ccbc342d260aff9.tar.gz
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
-rw-r--r--meta/packages/matchbox-netbook/matchbox-session-netbook/session2
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 &
14# doesn't have the feature "foo". 14# doesn't have the feature "foo".
15 15
16START_APPLETS=showdesktop,windowselector 16START_APPLETS=showdesktop,windowselector
17END_APPLETS=clock,battery,systray,startup-notify,notify 17END_APPLETS=clock,battery,brightness,systray,startup-notify,notify
18END_APPLETS=openmoko-panel-gsm,$END_APPLETS # feature-phone 18END_APPLETS=openmoko-panel-gsm,$END_APPLETS # feature-phone
19 19
20matchbox-panel --titlebar --start-applets $START_APPLETS --end-applets $END_APPLETS & 20matchbox-panel --titlebar --start-applets $START_APPLETS --end-applets $END_APPLETS &