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 | poky-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
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 & | |||
14 | # doesn't have the feature "foo". | 14 | # doesn't have the feature "foo". |
15 | 15 | ||
16 | START_APPLETS=showdesktop,windowselector | 16 | START_APPLETS=showdesktop,windowselector |
17 | END_APPLETS=clock,battery,systray,startup-notify,notify | 17 | END_APPLETS=clock,battery,brightness,systray,startup-notify,notify |
18 | END_APPLETS=openmoko-panel-gsm,$END_APPLETS # feature-phone | 18 | END_APPLETS=openmoko-panel-gsm,$END_APPLETS # feature-phone |
19 | 19 | ||
20 | matchbox-panel --titlebar --start-applets $START_APPLETS --end-applets $END_APPLETS & | 20 | matchbox-panel --titlebar --start-applets $START_APPLETS --end-applets $END_APPLETS & |