diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-05 12:02:30 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-05 12:02:30 +0300 |
commit | 1cd725286152b9eb04db71447b851d970b308431 (patch) | |
tree | 4a97aec8c53ea8d79e42cd2dd0e86278ebc562ea /indra | |
parent | 2c557ffcfb9e225f0b168c1ce515134a908204c7 (diff) |
SL-15427 open Search without submitting a search request
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llgroupactions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llgroupactions.cpp b/indra/newview/llgroupactions.cpp index 12d82d101f..5777a0c051 100644 --- a/indra/newview/llgroupactions.cpp +++ b/indra/newview/llgroupactions.cpp @@ -196,7 +196,7 @@ LLFetchLeaveGroupData* gFetchLeaveGroupData = NULL; // static void LLGroupActions::search() { - LLFloaterReg::showInstance("search", LLSD().with("category", "groups")); + LLFloaterReg::showInstance("search"); } // static |