Soflist will now load only items from original system by default.

For compatible softlists list name must be explicitly written. (no whatsnew)
This commit is contained in:
Miodrag Milanovic 2010-07-20 09:10:26 +00:00
parent 154608080b
commit 2603119e65

View File

@ -1003,7 +1003,7 @@ bool load_software_part(device_image_interface *image, const char *path, softwar
{
swlist_name = swlist->list_name[i-DEVINFO_STR_SWLIST_0];
if ( swlist_name && *swlist_name )
if ( swlist_name && *swlist_name && (swlist->list_type == SOFTWARE_LIST_ORIGINAL_SYSTEM))
{
if ( software_list_ptr )
{