summaryrefslogtreecommitdiff
path: root/apps/filetypes.h
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2005-03-06 18:13:16 +0000
committerThom Johansen <thomj@rockbox.org>2005-03-06 18:13:16 +0000
commit7144e38b5f76016512009fe47325e6fd1f7211ae (patch)
tree399e37ce2ca1d4f2f7d2c0204272e7ebcb8c5a8e /apps/filetypes.h
parent59483d67685c85383d0f96bfd84763f157f26eab (diff)
downloadrockbox-7144e38b5f76016512009fe47325e6fd1f7211ae.tar.gz
rockbox-7144e38b5f76016512009fe47325e6fd1f7211ae.zip
"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
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r--apps/filetypes.h2
1 files changed, 1 insertions, 1 deletions
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);
32char* filetype_get_plugin(const struct entry*); 32char* filetype_get_plugin(const struct entry*);
33void filetype_init(void); 33void filetype_init(void);
34bool filetype_supported(int); 34bool filetype_supported(int);
35int filetype_load_menu(struct menu_item*, int); 35int filetype_load_menu(struct menu_item*, int, char*);
36int filetype_load_plugin(const char*, char*); 36int filetype_load_plugin(const char*, char*);
37 37
38struct file_type { 38struct file_type {