diff options
author | Josh Bell <josh@lindenlab.com> | 2008-01-18 19:42:28 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2008-01-18 19:42:28 +0000 |
commit | 980d8c4599a7ebb62696126f3d5c5709a62f6a9f (patch) | |
tree | a02ec78321990d7828673d41a1a086e5f0e71de9 /indra/newview/llurldispatcher.cpp | |
parent | 3cb5c6864e0e19de30f3bba0f9fafd1ac695bfd1 (diff) |
svn merge -r 77823:77835 svn+ssh://svn.lindenlab.com/svn/linden/branches/loginxui-for-merge
QAR-222
Diffstat (limited to 'indra/newview/llurldispatcher.cpp')
-rw-r--r-- | indra/newview/llurldispatcher.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llurldispatcher.cpp b/indra/newview/llurldispatcher.cpp index 6fec904239..ba8e77afdf 100644 --- a/indra/newview/llurldispatcher.cpp +++ b/indra/newview/llurldispatcher.cpp @@ -197,7 +197,8 @@ bool LLURLDispatcherImpl::dispatchRegion(const std::string& url, BOOL right_mous LLURLSimString::setString(url); // We're at the login screen, so make sure user can see // the login location box to know where they are going. - LLPanelLogin::loadLoginPage(); + + LLPanelLogin::refreshLocation( true ); return true; } |