summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index 594a0bd6f1..9550adbac2 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -755,7 +755,7 @@ int ft_enter(struct tree_context* c)
755 return rc; 755 return rc;
756 } 756 }
757 757
758 plugin = filetype_get_plugin(file, plugin_path, sizeof(plugin_path)); 758 plugin = filetype_get_plugin(file->attr, plugin_path, sizeof(plugin_path));
759 if (plugin) 759 if (plugin)
760 { 760 {
761#ifdef PLUGINS_RUN_IN_BROWSER /* Stay in the filetree to run a plugin */ 761#ifdef PLUGINS_RUN_IN_BROWSER /* Stay in the filetree to run a plugin */