summaryrefslogtreecommitdiff
path: root/noncore/tools/opie-sh/scripts/launcher_refresh.sh
Unidiff
Diffstat (limited to 'noncore/tools/opie-sh/scripts/launcher_refresh.sh') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/tools/opie-sh/scripts/launcher_refresh.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/noncore/tools/opie-sh/scripts/launcher_refresh.sh b/noncore/tools/opie-sh/scripts/launcher_refresh.sh
index 7850508..c3b0617 100755
--- a/noncore/tools/opie-sh/scripts/launcher_refresh.sh
+++ b/noncore/tools/opie-sh/scripts/launcher_refresh.sh
@@ -14,10 +14,10 @@
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU General Public License for more details. 15# GNU General Public License for more details.
16 16
17OPIE_SH=opie-sh 17OPIE_SH=$OPIEDIR/bin/opie-sh
18 18
19launcher_refresh() { 19launcher_refresh() {
20 (echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/launcher_refresh.png>" 20 (echo "<img src=$OPIEDIR/pics/opie-sh-scripts/launcher_refresh.png>"
21 echo "<h3>Refresh successful!</h3><br>" 21 echo "<h3>Refresh successful!</h3><br>"
22 echo the launcher has been refreshed. 22 echo the launcher has been refreshed.
23 echo 23 echo
@@ -36,9 +36,9 @@ cleanup() {
36# 36#
37# main 37# main
38 38
39/opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()" 39$OPIEDIR/bin/qcop QPE/TaskBar "reloadInputMethods()"
40#/opt/QtPalmtop/bin/qcop QPE/System "restart()" 40#$OPIEDIR/bin/qcop QPE/System "restart()"
41/opt/QtPalmtop/bin/qcop QPE/System "linkChanged(QString)" 41$OPIEDIR/bin/qcop QPE/System "linkChanged(QString)"
42 42
43launcher_refresh 43launcher_refresh
44cleanup 44cleanup