mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:31:40 +00:00
[RAPPS] Don't use CDownloadManager outside loaddlg.cpp
This commit is contained in:
parent
2c965f67d5
commit
1807dbfd6d
5 changed files with 79 additions and 66 deletions
|
@ -1470,11 +1470,11 @@ private:
|
|||
{
|
||||
if (nSelectedApps > 0)
|
||||
{
|
||||
CDownloadManager::DownloadListOfApplications(m_AvailableApps.GetSelected());
|
||||
DownloadListOfApplications(m_AvailableApps.GetSelected(), FALSE);
|
||||
UpdateApplicationsList(-1);
|
||||
m_ListView->SetSelected(-1, FALSE);
|
||||
}
|
||||
else if (CDownloadManager::DownloadApplication(m_ListView->GetSelectedData()))
|
||||
else if (DownloadApplication(m_ListView->GetSelectedData(), FALSE))
|
||||
{
|
||||
UpdateApplicationsList(-1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue