diff options
author | David Seikel | 2011-02-11 22:02:49 +1000 |
---|---|---|
committer | David Seikel | 2011-02-11 22:02:49 +1000 |
commit | c7f818d42ec4e2a2b8b27bfd4dbfaf4fc8beb7eb (patch) | |
tree | 45a6875f2cc2d65ced9495e128299cd5ad8c7043 | |
parent | Make most of search work. (diff) | |
download | meta-impy-c7f818d42ec4e2a2b8b27bfd4dbfaf4fc8beb7eb.zip meta-impy-c7f818d42ec4e2a2b8b27bfd4dbfaf4fc8beb7eb.tar.gz meta-impy-c7f818d42ec4e2a2b8b27bfd4dbfaf4fc8beb7eb.tar.bz2 meta-impy-c7f818d42ec4e2a2b8b27bfd4dbfaf4fc8beb7eb.tar.xz |
Comment out the server tellinsg us what the search URL is, seems the server sends garbage.
Should revert this when the server is fixed. Also explains why some viewers don't have working search.
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 31647e9..72c3ccc 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -1739,8 +1739,9 @@ 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 | tmp = LLUserAuth::getInstance()->getResponse("search"); | 1742 | // meta7 TODO - comment this out for now, the server is sending spurious data. |
1743 | if (!tmp.empty()) gHippoGridManager->getConnectedGrid()->setSearchUrl(tmp); | 1743 | // tmp = LLUserAuth::getInstance()->getResponse("search"); |
1744 | // if (!tmp.empty()) gHippoGridManager->getConnectedGrid()->setSearchUrl(tmp); | ||
1744 | tmp = LLUserAuth::getInstance()->getResponse("currency"); | 1745 | tmp = LLUserAuth::getInstance()->getResponse("currency"); |
1745 | if (!tmp.empty()) gHippoGridManager->getConnectedGrid()->setCurrencySymbol(tmp); | 1746 | if (!tmp.empty()) gHippoGridManager->getConnectedGrid()->setCurrencySymbol(tmp); |
1746 | tmp = LLUserAuth::getInstance()->getResponse("real_currency"); | 1747 | tmp = LLUserAuth::getInstance()->getResponse("real_currency"); |