From eed41ff985ba92181a00e6a060dc460828feb7dc Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 23 Oct 2007 14:33:16 +0000 Subject: mrobe changes: stop it thinking the battery is always flat and shutting down add keymap for time/date screen pressing a list item will highlight it before accepting it (looks better than it just entering the item without the selection changing first) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15280 a1c6a512-1295-4272-9138-f99709370657 --- apps/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/action.c') diff --git a/apps/action.c b/apps/action.c index 989313f..7f445c8 100644 --- a/apps/action.c +++ b/apps/action.c @@ -301,6 +301,6 @@ int action_get_touchpad_press(short *x, short *y) return BUTTON_REPEAT; if (short_press) return BUTTON_REL; - return BUTTON_NONE; + return BUTTON_TOUCHPAD; } #endif -- cgit v1.1