disable the call to FreeAvailableAppList until caching is fixes

svn path=/trunk/; revision=67184
This commit is contained in:
Christoph von Wittich 2015-04-13 09:16:23 +00:00
parent f7cc513f2a
commit a24604be32

View file

@ -202,8 +202,9 @@ UpdateApplicationsList(INT EnumType)
if (IS_INSTALLED_ENUM(SelectedEnumType))
FreeInstalledAppList();
else if (IS_AVAILABLE_ENUM(SelectedEnumType))
FreeAvailableAppList();
/* FIXME: reenable when caching is fixed */
/* else if (IS_AVAILABLE_ENUM(SelectedEnumType))
FreeAvailableAppList(); */
(VOID) ListView_DeleteAllItems(hListView);