summaryrefslogtreecommitdiff
path: root/apps/shortcuts.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/shortcuts.c')
-rw-r--r--apps/shortcuts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/shortcuts.c b/apps/shortcuts.c
index 98edcf653e..cf372ce023 100644
--- a/apps/shortcuts.c
+++ b/apps/shortcuts.c
@@ -719,9 +719,9 @@ int do_shortcut_menu(void *ignored)
719 } 719 }
720 } 720 }
721 if (GO_TO_PLUGIN == done) 721 if (GO_TO_PLUGIN == done)
722 pop_current_activity(ACTIVITY_REFRESH_DEFERRED); 722 pop_current_activity_without_refresh();
723 else 723 else
724 pop_current_activity(ACTIVITY_REFRESH_NOW); 724 pop_current_activity();
725 --buflib_move_lock; 725 --buflib_move_lock;
726 726
727 return done; 727 return done;