diff options
author | skolb <none@none> | 2009-12-02 10:42:55 -0800 |
---|---|---|
committer | skolb <none@none> | 2009-12-02 10:42:55 -0800 |
commit | 6d3ca60f310e50b217a189086b652dca2e3e3854 (patch) | |
tree | c2c2998727558ea3a5dab5bf9c6c3d52c0b5d81c /indra/newview/llnavigationbar.cpp | |
parent | 9ad99e17734f1898071ec68ed11617f48701eb28 (diff) | |
parent | 6e1f6f015394a3f268608061c00993939c891e54 (diff) |
Merge viewer 2.0 into media branch
Diffstat (limited to 'indra/newview/llnavigationbar.cpp')
-rw-r--r-- | indra/newview/llnavigationbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnavigationbar.cpp b/indra/newview/llnavigationbar.cpp index 41376c4c09..e65b7d8a0c 100644 --- a/indra/newview/llnavigationbar.cpp +++ b/indra/newview/llnavigationbar.cpp @@ -561,7 +561,7 @@ void LLNavigationBar::handleLoginComplete() void LLNavigationBar::invokeSearch(std::string search_text) { - LLFloaterReg::showInstance("search", LLSD().insert("category", "all").insert("id", LLSD(search_text))); + LLFloaterReg::showInstance("search", LLSD().with("category", "all").with("id", LLSD(search_text))); } void LLNavigationBar::clearHistoryCache() |