|
|
@ -502,7 +502,7 @@ the module remote installation feature!</b>")
|
|
|
|
if (BTInstallMgr::Tool::RemoteConfig::isRemoteSource(&is)) {
|
|
|
|
if (BTInstallMgr::Tool::RemoteConfig::isRemoteSource(&is)) {
|
|
|
|
// int errorCode = 0;
|
|
|
|
// int errorCode = 0;
|
|
|
|
if (!m_refreshedRemoteSources) {
|
|
|
|
if (!m_refreshedRemoteSources) {
|
|
|
|
if (!iMgr.refreshRemoteSource( &is ) ) { //make sure the sources were updates sucessfully
|
|
|
|
if (!iMgr.refreshRemoteSource( &is ) ) { //make sure the sources were updated sucessfully
|
|
|
|
m_refreshedRemoteSources = true;
|
|
|
|
m_refreshedRemoteSources = true;
|
|
|
|
success = true;
|
|
|
|
success = true;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -513,6 +513,10 @@ the module remote installation feature!</b>")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
else {
|
|
|
|
|
|
|
|
// Local source
|
|
|
|
|
|
|
|
success = true;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
m_progressDialog->close();
|
|
|
|
m_progressDialog->close();
|
|
|
|
delete m_progressDialog;
|
|
|
|
delete m_progressDialog;
|
|
|
|