summaryrefslogtreecommitdiff
path: root/apps/gui/gwps-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps-common.c')
-rw-r--r--apps/gui/gwps-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index dd941e8061..18c7098511 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -1390,8 +1390,8 @@ static const char *get_token_value(struct gui_wps *gwps,
1390#endif 1390#endif
1391 case WPS_TOKEN_BUTTON_VOLUME: 1391 case WPS_TOKEN_BUTTON_VOLUME:
1392 if (data->button_time_volume && 1392 if (data->button_time_volume &&
1393 TIME_BEFORE(current_tick, data->button_time_volume+2*HZ/3)) 1393 TIME_BEFORE(current_tick, data->button_time_volume+HZ))
1394 return ".:|"; 1394 return "v";
1395 return NULL; 1395 return NULL;
1396 default: 1396 default:
1397 return NULL; 1397 return NULL;