summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/cswordsetupdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/cswordsetupdialog.cpp')
-rw-r--r--bibletime/frontend/cswordsetupdialog.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/bibletime/frontend/cswordsetupdialog.cpp b/bibletime/frontend/cswordsetupdialog.cpp
index 7bcde98..a8607e2 100644
--- a/bibletime/frontend/cswordsetupdialog.cpp
+++ b/bibletime/frontend/cswordsetupdialog.cpp
@@ -502,7 +502,7 @@ the module remote installation feature!</b>")
if (BTInstallMgr::Tool::RemoteConfig::isRemoteSource(&is)) {
// int errorCode = 0;
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;
success = true;
}
@@ -513,6 +513,10 @@ the module remote installation feature!</b>")
}
}
}
+ else {
+ // Local source
+ success = true;
+ }
m_progressDialog->close();
delete m_progressDialog;