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