diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2011-11-09 14:28:41 +0200 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2011-11-09 14:28:41 +0200 |
commit | 58138aa37b191cc9ed51d319f449a781761e5d28 (patch) | |
tree | 95f69af2c8bcd4f1256b7131dc0a4e6fdb4faaaf /indra | |
parent | f4afd56f263816a7d767b29833cf62ae2eb51560 (diff) |
EXP-1537 FIXED (Selecting More Info from Classified section in Search floater launches People panel with inactive Edit button and access to OLD profile window)
- Opening Floater Picks instead of old profile panel
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llpanelpicks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelpicks.cpp b/indra/newview/llpanelpicks.cpp index 04e78e04e3..7dbda6c8de 100755 --- a/indra/newview/llpanelpicks.cpp +++ b/indra/newview/llpanelpicks.cpp @@ -269,7 +269,7 @@ public: params["classified_name"] = c_info->name; params["classified_desc"] = c_info->description; params["from_search"] = true; - LLFloaterSidePanelContainer::showPanel("people", "panel_profile_view", params); + LLFloaterSidePanelContainer::showPanel("picks", params); } else if (mRequestVerb == "edit") { |