From a65d241dd01bc28a0ad732dda6a45278a0409b3c Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sat, 28 Jan 2012 23:37:23 +1100 Subject: [PATCH] skin touchregions: change the rwd/ffwd region actions to make it less buggy in the sbs Change-Id: Ib823860e65909ac227910a16f6caac207b7e22c3 --- apps/gui/skin_engine/skin_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gui/skin_engine/skin_parser.c b/apps/gui/skin_engine/skin_parser.c index 95dc11c7d1..befc843891 100644 --- a/apps/gui/skin_engine/skin_parser.c +++ b/apps/gui/skin_engine/skin_parser.c @@ -1244,7 +1244,6 @@ static const struct touchaction touchactions[] = { /* generic actions, convert to screen actions on use */ {"none", ACTION_TOUCHSCREEN_IGNORE},{"lock", ACTION_TOUCH_SOFTLOCK }, {"prev", ACTION_STD_PREV }, {"next", ACTION_STD_NEXT }, - {"rwd", ACTION_STD_PREVREPEAT }, {"ffwd", ACTION_STD_NEXTREPEAT }, {"hotkey", ACTION_STD_HOTKEY}, {"select", ACTION_STD_OK }, {"menu", ACTION_STD_MENU }, {"cancel", ACTION_STD_CANCEL }, {"contextmenu", ACTION_STD_CONTEXT},{"quickscreen", ACTION_STD_QUICKSCREEN }, @@ -1260,6 +1259,7 @@ static const struct touchaction touchactions[] = { {"setting_set", ACTION_SETTINGS_SET}, /* WPS specific actions */ + {"rwd", ACTION_WPS_SEEKBACK }, {"ffwd", ACTION_WPS_SEEKFWD }, {"wps_prev", ACTION_WPS_SKIPPREV }, {"wps_next", ACTION_WPS_SKIPNEXT }, {"browse", ACTION_WPS_BROWSE }, {"play", ACTION_WPS_PLAY }, {"stop", ACTION_WPS_STOP }, -- 2.11.4.GIT