summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/skin_engine/wps_debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/wps_debug.c b/apps/gui/skin_engine/wps_debug.c
index d4393d1090..9e02d2421c 100644
--- a/apps/gui/skin_engine/wps_debug.c
+++ b/apps/gui/skin_engine/wps_debug.c
@@ -456,6 +456,9 @@ static char *get_token_desc(struct wps_token *token, char *buf,
snprintf(buf, bufsize, "Volume button timeout: %d",
token->value.i);
break;
+ case WPS_TOKEN_SETTING:
+ snprintf(buf, bufsize, "Setting value");
+ break;
default:
snprintf(buf, bufsize, "FIXME (code: %d)",
token->type);