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 593085c..1bf83c3 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -505,7 +505,7 @@ int filetype_list_viewers(const char* current_file) 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; + info.get_icon = global_settings.show_icons?openwith_get_icon:NULL; return simplelist_show_list(&info); } |