aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Seikel2011-02-11 22:02:49 +1000
committerDavid Seikel2011-02-11 22:02:49 +1000
commitc7f818d42ec4e2a2b8b27bfd4dbfaf4fc8beb7eb (patch)
tree45a6875f2cc2d65ced9495e128299cd5ad8c7043
parentMake most of search work. (diff)
downloadmeta-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.cpp5
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");