diff options
author | Mark Palange (Mani) <palange@lindenlab.com> | 2010-11-10 14:26:14 -0800 |
---|---|---|
committer | Mark Palange (Mani) <palange@lindenlab.com> | 2010-11-10 14:26:14 -0800 |
commit | b2e84d739b4f5c00b497e57e892fc10d78af8b76 (patch) | |
tree | f035b0be5134c0286f4af7d4f5835ea533ec2e3f /indra/newview/llappviewer.cpp | |
parent | f42bb00627f756b277496ec203d567cac31b3438 (diff) |
CHOP-151 Adding startup updater flow to drive update installation and resume.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 6bb25969a6..335998767c 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2341,7 +2341,7 @@ void LLAppViewer::initUpdater() std::string service_path = gSavedSettings.getString("UpdaterServicePath"); U32 check_period = gSavedSettings.getU32("UpdaterServiceCheckPeriod"); - mUpdater->setParams(protocol_version, url, service_path, channel, version); + mUpdater->initialize(protocol_version, url, service_path, channel, version); mUpdater->setCheckPeriod(check_period); if(gSavedSettings.getBOOL("UpdaterServiceActive")) { |