summaryrefslogtreecommitdiff
path: root/apps/plugins/shortcuts/shortcuts_view.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/shortcuts/shortcuts_view.c')
-rw-r--r--apps/plugins/shortcuts/shortcuts_view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/shortcuts/shortcuts_view.c b/apps/plugins/shortcuts/shortcuts_view.c
index 187ed740a1..e0146f3174 100644
--- a/apps/plugins/shortcuts/shortcuts_view.c
+++ b/apps/plugins/shortcuts/shortcuts_view.c
@@ -247,6 +247,7 @@ int goto_entry(char *file_or_dir)
247 if (open_browse(file_or_dir, tmp_buf, sizeof(tmp_buf))) 247 if (open_browse(file_or_dir, tmp_buf, sizeof(tmp_buf)))
248 { 248 {
249 DEBUGF("Trying to load '%s'...\n", tmp_buf); 249 DEBUGF("Trying to load '%s'...\n", tmp_buf);
250 rb->set_dirfilter(rb->global_settings->dirfilter);
250 rb->set_current_file(tmp_buf); 251 rb->set_current_file(tmp_buf);
251 return LOOP_EXIT; 252 return LOOP_EXIT;
252 } 253 }