summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine')
-rw-r--r--apps/gui/skin_engine/skin_parser.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_parser.c b/apps/gui/skin_engine/skin_parser.c
index 4e4b9d14d2..2d9d7cd807 100644
--- a/apps/gui/skin_engine/skin_parser.c
+++ b/apps/gui/skin_engine/skin_parser.c
@@ -1287,7 +1287,10 @@ static const struct touchaction touchactions[] = {
1287 {"browse", ACTION_WPS_BROWSE }, 1287 {"browse", ACTION_WPS_BROWSE },
1288 {"play", ACTION_WPS_PLAY }, {"stop", ACTION_WPS_STOP }, 1288 {"play", ACTION_WPS_PLAY }, {"stop", ACTION_WPS_STOP },
1289 {"shuffle", ACTION_TOUCH_SHUFFLE }, {"repmode", ACTION_TOUCH_REPMODE }, 1289 {"shuffle", ACTION_TOUCH_SHUFFLE }, {"repmode", ACTION_TOUCH_REPMODE },
1290 {"pitch", ACTION_WPS_PITCHSCREEN}, {"playlist", ACTION_WPS_VIEW_PLAYLIST }, 1290 {"pitch", ACTION_WPS_PITCHSCREEN}, {"trackinfo", ACTION_WPS_ID3SCREEN },
1291 {"playlist", ACTION_WPS_VIEW_PLAYLIST },
1292 {"listbookmarks", ACTION_WPS_LIST_BOOKMARKS },
1293 {"createbookmark", ACTION_WPS_CREATE_BOOKMARK },
1291 1294
1292#if CONFIG_TUNER 1295#if CONFIG_TUNER
1293 /* FM screen actions */ 1296 /* FM screen actions */