From: vimacs Date: Fri, 26 Feb 2010 12:39:37 +0000 (+0100) Subject: lowered time for killist from 3 to 1 sec X-Git-Tag: Release-2010-05/1~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a24a096b2bb1a8d0d749b159ecbff6f1ec3568e7;p=pandora-libraries.git lowered time for killist from 3 to 1 sec modified: testdata/scripts/op_menu.sh --- diff --git a/testdata/scripts/op_menu.sh b/testdata/scripts/op_menu.sh index 267472d..9955624 100755 --- a/testdata/scripts/op_menu.sh +++ b/testdata/scripts/op_menu.sh @@ -2,7 +2,7 @@ #actions done when the menu button is pressed #only argument is the time the button was pressed in seconds -if [ "$1" -ge "3" ]; then #button was pressed 3 sec or longer, show list of apps to kill instead of launcher +if [ "$1" -ge "1" ]; then #button was pressed 3 sec or longer, show list of apps to kill instead of launcher killist=y fi