summaryrefslogtreecommitdiff
path: root/apps/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.c')
-rw-r--r--apps/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menu.c b/apps/menu.c
index e0a439e22e..faed2cc88a 100644
--- a/apps/menu.c
+++ b/apps/menu.c
@@ -141,7 +141,7 @@ int menu_show(int m)
141 if( menus[m].callback != NULL ) 141 if( menus[m].callback != NULL )
142 key = menus[m].callback(key, m); 142 key = menus[m].callback(key, m);
143 /* If moved, "say" the entry under the cursor */ 143 /* If moved, "say" the entry under the cursor */
144 if(gui_synclist_do_button(&(menus[m].synclist), key)) 144 if(gui_synclist_do_button(&(menus[m].synclist), key,LIST_WRAP_UNLESS_HELD))
145 menu_talk_selected(m); 145 menu_talk_selected(m);
146 switch( key ) { 146 switch( key ) {
147 case ACTION_STD_OK: 147 case ACTION_STD_OK: