diff options
Diffstat (limited to 'apps/filetypes.c')
| -rw-r--r-- | apps/filetypes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c index 3f1fa7d..5c74103 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -487,7 +487,7 @@ int filetype_list_viewers(const char* current_file) return PLUGIN_OK; } #endif - simplelist_info_init(&info, str(LANG_ONPLAY_OPEN_WITH), 1, count, &data); + simplelist_info_init(&info, str(LANG_ONPLAY_OPEN_WITH), count, &data); info.action_callback = openwith_action_callback; info.get_name = openwith_get_name; info.get_icon = openwith_get_icon; |