diff options
author | Joshua Bell <josh@lindenlab.com> | 2011-01-13 11:52:58 -0800 |
---|---|---|
committer | Joshua Bell <josh@lindenlab.com> | 2011-01-13 11:52:58 -0800 |
commit | 20b983afe0d7f66a1db036c60e4c53b6141eb0cd (patch) | |
tree | 4f78a0175f2b0be1eeb4cbe5748b5ac8b6b3e98d /indra/newview/llstartup.cpp | |
parent | c132d20a7433e2d09e3521a15497f661fcbd18b8 (diff) |
VWR-24401 Show TOS and other login dialogs when --login is used
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 611f9de2e6..8cdc9843ab 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -980,7 +980,6 @@ bool idle_startup() login->setSkipOptionalUpdate(true); } - login->setUserInteraction(show_connect_box); login->setSerialNumber(LLAppViewer::instance()->getSerialNumber()); login->setLastExecEvent(gLastExecEvent); login->setUpdaterLauncher(boost::bind(&LLAppViewer::launchUpdater, LLAppViewer::instance())); |