mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[RAPPS] Reuse active pending downloads window (#7648)
CORE-16716 CORE-16804
This commit is contained in:
parent
cc762c2b71
commit
72951421e6
2 changed files with 642 additions and 636 deletions
|
@ -816,7 +816,7 @@ CMainWindow::InstallApplication(CAppInfo *Info)
|
|||
{
|
||||
if (DownloadApplication(Info))
|
||||
{
|
||||
UpdateApplicationsList(SelectedEnumType);
|
||||
//FIXME: Delay UpdateApplicationsList(SelectedEnumType); until install completes
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue