lowered time for killist from 3 to 1 sec
authorvimacs <vimacs@pndtest>
Fri, 26 Feb 2010 12:39:37 +0000 (13:39 +0100)
committervimacs <vimacs@pndtest>
Fri, 26 Feb 2010 12:39:37 +0000 (13:39 +0100)
modified:   testdata/scripts/op_menu.sh

testdata/scripts/op_menu.sh

index 267472d..9955624 100755 (executable)
@@ -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