diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 72c3ccc..31647e9 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -1739,9 +1739,8 @@ bool idle_startup() | |||
1739 | if (!tmp.empty()) gHippoGridManager->getConnectedGrid()->setRegisterUrl(tmp); | 1739 | if (!tmp.empty()) gHippoGridManager->getConnectedGrid()->setRegisterUrl(tmp); |
1740 | tmp = LLUserAuth::getInstance()->getResponse("password"); | 1740 | tmp = LLUserAuth::getInstance()->getResponse("password"); |
1741 | if (!tmp.empty()) gHippoGridManager->getConnectedGrid()->setPasswordUrl(tmp); | 1741 | if (!tmp.empty()) gHippoGridManager->getConnectedGrid()->setPasswordUrl(tmp); |
1742 | // meta7 TODO - comment this out for now, the server is sending spurious data. | 1742 | tmp = LLUserAuth::getInstance()->getResponse("search"); |
1743 | // tmp = LLUserAuth::getInstance()->getResponse("search"); | 1743 | if (!tmp.empty()) gHippoGridManager->getConnectedGrid()->setSearchUrl(tmp); |
1744 | // if (!tmp.empty()) gHippoGridManager->getConnectedGrid()->setSearchUrl(tmp); | ||
1745 | tmp = LLUserAuth::getInstance()->getResponse("currency"); | 1744 | tmp = LLUserAuth::getInstance()->getResponse("currency"); |
1746 | if (!tmp.empty()) gHippoGridManager->getConnectedGrid()->setCurrencySymbol(tmp); | 1745 | if (!tmp.empty()) gHippoGridManager->getConnectedGrid()->setCurrencySymbol(tmp); |
1747 | tmp = LLUserAuth::getInstance()->getResponse("real_currency"); | 1746 | tmp = LLUserAuth::getInstance()->getResponse("real_currency"); |