summaryrefslogtreecommitdiff
path: root/apps/filetypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.c')
-rw-r--r--apps/filetypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c
index 5c74103cf1..db463d7ff4 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -443,7 +443,7 @@ char * openwith_get_name(int selected_item, void * data, char * buffer)
443} 443}
444int openwith_action_callback(int action, struct gui_synclist *lists) 444int openwith_action_callback(int action, struct gui_synclist *lists)
445{ 445{
446 struct cb_data *info = (struct cb_data *)lists->gui_list[SCREEN_MAIN].data; 446 struct cb_data *info = (struct cb_data *)lists->data;
447 int *items = info->items; 447 int *items = info->items;
448 int i; 448 int i;
449 if (action == ACTION_STD_OK) 449 if (action == ACTION_STD_OK)