summaryrefslogtreecommitdiff
path: root/apps/plugins/properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/properties.c')
-rw-r--r--apps/plugins/properties.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/properties.c b/apps/plugins/properties.c
index ee7ff86cb7..2e2e057b64 100644
--- a/apps/plugins/properties.c
+++ b/apps/plugins/properties.c
@@ -17,11 +17,14 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#include "plugin.h" 19#include "plugin.h"
20#include "mem_function_wrappers.h"
20 21
21PLUGIN_HEADER 22PLUGIN_HEADER
22 23
23static struct plugin_api* rb; 24static struct plugin_api* rb;
24 25
26MEM_FUNCTION_WRAPPERS(rb);
27
25bool its_a_dir = false; 28bool its_a_dir = false;
26 29
27char str_filename[MAX_PATH]; 30char str_filename[MAX_PATH];
@@ -247,7 +250,6 @@ char * get_props(int selected_item, void* data, char *buffer)
247enum plugin_status plugin_start(struct plugin_api* api, void* file) 250enum plugin_status plugin_start(struct plugin_api* api, void* file)
248{ 251{
249 rb = api; 252 rb = api;
250
251 struct gui_synclist properties_lists; 253 struct gui_synclist properties_lists;
252 int button; 254 int button;
253 bool prev_show_statusbar; 255 bool prev_show_statusbar;