summaryrefslogtreecommitdiff
path: root/apps/open_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/open_plugin.c')
-rw-r--r--apps/open_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/open_plugin.c b/apps/open_plugin.c
index 1256db79f8..afe59b38e3 100644
--- a/apps/open_plugin.c
+++ b/apps/open_plugin.c
@@ -353,7 +353,7 @@ static bool callback_show_item(char *name, int attr, struct tree_context *tc)
353 { 353 {
354 if (strstr(tc->currdir, PLUGIN_DIR) != NULL) 354 if (strstr(tc->currdir, PLUGIN_DIR) != NULL)
355 return true; 355 return true;
356 tc->browse = NULL; /* exit immediately */ 356 tc->is_browsing = false; /* exit immediately */
357 } 357 }
358 else if(attr & FILE_ATTR_ROCK) 358 else if(attr & FILE_ATTR_ROCK)
359 { 359 {