remove the seelection_size param from the info init call to hopefully decrease the bin size a bit

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15237 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-10-21 06:42:52 +00:00
parent 5eac0108f9
commit 616971c71e
4 changed files with 12 additions and 10 deletions

View file

@ -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;