summaryrefslogtreecommitdiff
path: root/indra/newview/llnavigationbar.cpp
diff options
context:
space:
mode:
authorLogan Dethrow <log@lindenlab.com>2011-08-08 18:09:11 -0400
committerLogan Dethrow <log@lindenlab.com>2011-08-08 18:09:11 -0400
commit1fa2afbe2007690612f360eff3603a353ee95672 (patch)
treebd5a48c23a2280afcd0115cc6dd1d70764162b1c /indra/newview/llnavigationbar.cpp
parentfe14e50a45a450cd7bcdfe73a8bbda03c018053f (diff)
parent4ab5831b3eed23c06d2ccd3cf55f6c018613c788 (diff)
merge
Diffstat (limited to 'indra/newview/llnavigationbar.cpp')
-rw-r--r--indra/newview/llnavigationbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnavigationbar.cpp b/indra/newview/llnavigationbar.cpp
index b8832dfd8e..9d54ad7463 100644
--- a/indra/newview/llnavigationbar.cpp
+++ b/indra/newview/llnavigationbar.cpp
@@ -716,7 +716,7 @@ void LLNavigationBar::handleLoginComplete()
void LLNavigationBar::invokeSearch(std::string search_text)
{
- LLFloaterReg::showInstance("search", LLSD().with("category", "all").with("id", LLSD(search_text)));
+ LLFloaterReg::showInstance("search", LLSD().with("category", "all").with("query", LLSD(search_text)));
}
void LLNavigationBar::clearHistoryCache()