summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index 13a850bd7b..640a57fbd3 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -754,7 +754,7 @@ bool gui_synclist_do_button(struct gui_synclist * lists,
754 if (lists->offset_position[0] == 0) 754 if (lists->offset_position[0] == 0)
755 { 755 {
756 pgleft_allow_cancel = true; 756 pgleft_allow_cancel = true;
757 *actionptr = ACTION_STD_CANCEL; 757 *actionptr = ACTION_STD_MENU;
758 return true; 758 return true;
759 } 759 }
760 *actionptr = ACTION_TREE_PGLEFT; 760 *actionptr = ACTION_TREE_PGLEFT;