diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-08 08:57:16 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-08 08:57:16 +0100 |
commit | e979e48bc0adcb4b52cd78e3bd34f6c70ef6efe8 (patch) | |
tree | 1ebc1db620866f432268a49ea419f7422b994b5b /indra/newview/llgroupactions.cpp | |
parent | ac8537b4ee06c3463571b12155bf62fa1f9b0cd2 (diff) | |
parent | 8ce661ae5d2a49bf120534769741932785cffb37 (diff) |
PE viewer-trunk merge.
Diffstat (limited to 'indra/newview/llgroupactions.cpp')
-rw-r--r-- | indra/newview/llgroupactions.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llgroupactions.cpp b/indra/newview/llgroupactions.cpp index d4eecc8c48..438159b2e6 100644 --- a/indra/newview/llgroupactions.cpp +++ b/indra/newview/llgroupactions.cpp @@ -75,12 +75,13 @@ public: return false; } - //*TODO by what to replace showing groups floater? if (tokens[0].asString() == "list") { if (tokens[1].asString() == "show") { - //LLFloaterReg::showInstance("contacts", "groups"); + LLSD params; + params["people_panel_tab_name"] = "groups_panel"; + LLSideTray::getInstance()->showPanel("panel_people", params); return true; } return false; |