summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/xobox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index 5054fd21b1..5fb7072b6a 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -913,7 +913,7 @@ static int xobox_loop (void)
913 } 913 }
914#endif 914#endif
915 915
916 button = rb->button_get_w_tmo (true); 916 button = rb->button_get_w_tmo (1);
917 switch (button) { 917 switch (button) {
918 case UP: 918 case UP:
919 case UP|BUTTON_REPEAT: 919 case UP|BUTTON_REPEAT: