diff options
author | Callum Prentice <callum@lindenlab.com> | 2014-04-14 10:49:18 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2014-04-14 10:49:18 -0700 |
commit | 8fd239233dca9639c6d0139e8f697da97bfe036e (patch) | |
tree | 000d3bd2eb0619a1fdf24ff080ecfe212c2ea6f8 /indra/newview/llstartup.cpp | |
parent | ef095034d17bfa71dbd8525fcdda8a520bd7e20f (diff) | |
parent | 7e966f28da79d2d24f93a2615c8807421300700c (diff) |
Merge with head of viewer-releasE
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rwxr-xr-x | indra/newview/llstartup.cpp | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 49c2208f34..f1881961d6 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -789,15 +789,15 @@ bool idle_startup() // MAINT-3231 Show first run dialog only for Desura viewer if (gSavedSettings.getString("sourceid") == "1208_desura") { - if (gSavedSettings.getBOOL("FirstLoginThisInstall")) - { - LL_INFOS("AppInit") << "FirstLoginThisInstall, calling show_first_run_dialog()" << LL_ENDL; - show_first_run_dialog(); - } - else - { - LL_DEBUGS("AppInit") << "FirstLoginThisInstall off" << LL_ENDL; - } + if (gSavedSettings.getBOOL("FirstLoginThisInstall")) + { + LL_INFOS("AppInit") << "FirstLoginThisInstall, calling show_first_run_dialog()" << LL_ENDL; + show_first_run_dialog(); + } + else + { + LL_DEBUGS("AppInit") << "FirstLoginThisInstall off" << LL_ENDL; + } } LLStartUp::setStartupState( STATE_LOGIN_WAIT ); // Wait for user input @@ -3497,7 +3497,8 @@ bool process_login_success_response() { success = true; } - + LLAppViewer* pApp = LLAppViewer::instance(); + pApp->writeDebugInfo(); //Write our static data now that we have username, session_id, etc. return success; } |