diff options
author | andreykproductengine <akleshchev@productengine.com> | 2015-05-28 17:46:20 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2015-05-28 17:46:20 +0300 |
commit | dd3b9776d2f932c7142884b5adc5477d5cc7cf3d (patch) | |
tree | 8db34caba1da92b3d5d122d02123933d03f04407 /indra/newview/llpanelpeople.h | |
parent | b59e4a02b65480d79ca8ce9dd1859ecedeecb1e6 (diff) |
MAINT-5227 FIXED Changing premium access of an account with > 42 groups back to basic account shows negative number of groups that they can join
Diffstat (limited to 'indra/newview/llpanelpeople.h')
-rwxr-xr-x | indra/newview/llpanelpeople.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h index c1d7a134fa..eb7e76a772 100755 --- a/indra/newview/llpanelpeople.h +++ b/indra/newview/llpanelpeople.h @@ -93,6 +93,7 @@ private: // UI callbacks void onFilterEdit(const std::string& search_string); + void onGroupLimitInfo(); void onTabSelected(const LLSD& param); void onAddFriendButtonClicked(); void onAddFriendWizButtonClicked(); |