mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:53:02 +00:00
[RAPPS]
disable the call to FreeAvailableAppList until caching is fixes svn path=/trunk/; revision=67184
This commit is contained in:
parent
f7cc513f2a
commit
a24604be32
1 changed files with 3 additions and 2 deletions
|
@ -202,8 +202,9 @@ UpdateApplicationsList(INT EnumType)
|
||||||
|
|
||||||
if (IS_INSTALLED_ENUM(SelectedEnumType))
|
if (IS_INSTALLED_ENUM(SelectedEnumType))
|
||||||
FreeInstalledAppList();
|
FreeInstalledAppList();
|
||||||
else if (IS_AVAILABLE_ENUM(SelectedEnumType))
|
/* FIXME: reenable when caching is fixed */
|
||||||
FreeAvailableAppList();
|
/* else if (IS_AVAILABLE_ENUM(SelectedEnumType))
|
||||||
|
FreeAvailableAppList(); */
|
||||||
|
|
||||||
(VOID) ListView_DeleteAllItems(hListView);
|
(VOID) ListView_DeleteAllItems(hListView);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue