summaryrefslogtreecommitdiff
path: root/indra/newview/llnavigationbar.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-08-04 15:45:48 -0700
committerMerov Linden <merov@lindenlab.com>2011-08-04 15:45:48 -0700
commit7cc7d143837f2b75f750c139e33fdf5afa8a8866 (patch)
tree7e37843f06cdd1f163258b5686ac29943aa8558d /indra/newview/llnavigationbar.cpp
parent1b46240ed84e2847dbf7da0d67c67940b646448c (diff)
parent0b81c19cbe809f041e628da334c305ea33fae2e9 (diff)
Sync with viewer-development
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()