From 7144e38b5f76016512009fe47325e6fd1f7211ae Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Sun, 6 Mar 2005 18:13:16 +0000 Subject: "Open With" menu duplicate entry bug fixed. Only plugins that match the target file extensions are now listed. Patch by Patr3ck. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6157 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/filetypes.h') diff --git a/apps/filetypes.h b/apps/filetypes.h index e72dd6ffd3..fd1e07721e 100644 --- a/apps/filetypes.h +++ b/apps/filetypes.h @@ -32,7 +32,7 @@ int filetype_get_icon(int); char* filetype_get_plugin(const struct entry*); void filetype_init(void); bool filetype_supported(int); -int filetype_load_menu(struct menu_item*, int); +int filetype_load_menu(struct menu_item*, int, char*); int filetype_load_plugin(const char*, char*); struct file_type { -- cgit v1.2.3