summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2007-04-12 12:01:32 +0000
committerMatthew Allum <mallum@openedhand.com>2007-04-12 12:01:32 +0000
commit0de4fd5c2238608c197478d7d491588a7c81c126 (patch)
tree134db49eb9422bad7dbeaf26eebeac1ec392d94a /meta
parentf9936d9d6436b5762739bc547758d9792ed59a1a (diff)
downloadopenembedded-core-0de4fd5c2238608c197478d7d491588a7c81c126.tar.gz
openembedded-core-0de4fd5c2238608c197478d7d491588a7c81c126.tar.bz2
openembedded-core-0de4fd5c2238608c197478d7d491588a7c81c126.tar.xz
openembedded-core-0de4fd5c2238608c197478d7d491588a7c81c126.zip
Change position of battery before clock
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1488 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rwxr-xr-xmeta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session2
-rw-r--r--meta/packages/matchbox-sato/matchbox-sato_0.1.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
index f3dea25e1..ef2780173 100755
--- a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
+++ b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
@@ -24,6 +24,6 @@ matchbox-desktop &
# mb-applet-startup-monitor &
-matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets screenshot,battery,clock &
+matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets screenshot,clock,battery &
exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@
diff --git a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
index 89cee2528..de9b9a02f 100644
--- a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
+++ b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2"
-PR = "r7"
+PR = "r8"
SRC_URI = "file://etc"
S = ${WORKDIR}