Skip to content
Snippets Groups Projects
Commit 818ab4b4 authored by Vadim Savchuk's avatar Vadim Savchuk
Browse files

Fixed bug EXT-4580 (Duplicated avatar's name appears in 'Group invitation'...

Fixed bug EXT-4580 (Duplicated avatar's name appears in 'Group invitation' floater if use context menu for invitation).
Because duplicated postBuild() calls, the "OK" button callback was set and *called* twice.

--HG--
branch : product-engine
parent 48b4b3ab
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ LLFloaterGroupPicker::~LLFloaterGroupPicker() ...@@ -75,7 +75,7 @@ LLFloaterGroupPicker::~LLFloaterGroupPicker()
void LLFloaterGroupPicker::setPowersMask(U64 powers_mask) void LLFloaterGroupPicker::setPowersMask(U64 powers_mask)
{ {
mPowersMask = powers_mask; mPowersMask = powers_mask;
postBuild(); init_group_list(getChild<LLScrollListCtrl>("group list"), gAgent.getGroupID(), mPowersMask);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment