diff options
author | Matthew Allum <mallum@openedhand.com> | 2005-09-30 18:09:37 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2005-09-30 18:09:37 +0000 |
commit | 43749dbd252d435f38d9ffe31a4c4bff71e1e797 (patch) | |
tree | b93124131dafa0fbb7a6fb5b13a02d1d534e7ae2 | |
parent | cbd26eefbb3fbf17487fec1033875e7e1d5f12fb (diff) | |
download | poky-43749dbd252d435f38d9ffe31a4c4bff71e1e797.tar.gz |
Make home button get positioned correctly
git-svn-id: https://svn.o-hand.com/repos/poky@92 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rwxr-xr-x | openembedded/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/mb-applet-home | 2 | ||||
-rw-r--r-- | openembedded/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openembedded/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/mb-applet-home b/openembedded/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/mb-applet-home index 74f422e7d6..72aa76f227 100755 --- a/openembedded/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/mb-applet-home +++ b/openembedded/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/mb-applet-home | |||
@@ -1,2 +1,2 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | mb-applet-launcher -na -l --title "Home" mbdesktop.png matchbox-remote -d | 2 | mb-applet-launcher -na -o -1 -l --title "Home" mbdesktop.png matchbox-remote -d |
diff --git a/openembedded/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb b/openembedded/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb index 804bcab558..46b0acfe2e 100644 --- a/openembedded/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb +++ b/openembedded/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI = "file://xrandr-panelapp.sh \ | |||
7 | file://xrandr.png" | 7 | file://xrandr.png" |
8 | SECTION = "x11/wm" | 8 | SECTION = "x11/wm" |
9 | PRIORITY = "optional" | 9 | PRIORITY = "optional" |
10 | PR = "r5" | 10 | PR = "r6" |
11 | LICENSE = "MIT" | 11 | LICENSE = "MIT" |
12 | 12 | ||
13 | do_install() { | 13 | do_install() { |