projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[RAPPS]
[reactos.git]
/
reactos
/
base
/
applications
/
rapps
/
gui.cpp
diff --git
a/reactos/base/applications/rapps/gui.cpp
b/reactos/base/applications/rapps/gui.cpp
index
3b64071
..
343771a
100644
(file)
--- a/
reactos/base/applications/rapps/gui.cpp
+++ b/
reactos/base/applications/rapps/gui.cpp
@@
-1461,7
+1461,7
@@
private:
nSelectedApps = 0;
if (EnumType < 0) EnumType = SelectedEnumType;
nSelectedApps = 0;
if (EnumType < 0) EnumType = SelectedEnumType;
- if (IS_INSTALLED_ENUM(
Selected
EnumType))
+ if (IS_INSTALLED_ENUM(EnumType))
{
FreeInstalledAppList();
}
{
FreeInstalledAppList();
}
@@
-1482,7
+1482,10
@@
private:
if (isAvailableEnum(EnumType))
{
/* Enum available applications */
if (isAvailableEnum(EnumType))
{
/* Enum available applications */
- m_AvailableApps.EnumAvailableApplications(EnumType, s_EnumAvailableAppProc);
+ if (!m_AvailableApps.EnumAvailableApplications(EnumType, s_EnumAvailableAppProc))
+ {
+ return;
+ }
}
SelectedEnumType = EnumType;
}
SelectedEnumType = EnumType;