diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-03-30 15:19:42 +0300 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-03-30 15:19:42 +0300 |
commit | 8ba495722ce243c161cac9e880c2e5c88e23da3d (patch) | |
tree | f5cc89cd626d1c669309213f423d30f8bbbca0a4 | |
parent | 50802e68fc272e4dd78220210781ac036806d107 (diff) |
fix for normal EXT-5882 Max. Contribution field on groups -> land and assets tab miscalculates after first group fetch.
reviewed vsavchuk https://codereview.productengine.com/secondlife/r/133/
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/llpanelgrouplandmoney.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelgrouplandmoney.cpp b/indra/newview/llpanelgrouplandmoney.cpp index 9023afc602..f276df8573 100644 --- a/indra/newview/llpanelgrouplandmoney.cpp +++ b/indra/newview/llpanelgrouplandmoney.cpp @@ -1600,6 +1600,8 @@ void LLPanelGroupLandMoney::setGroupID(const LLUUID& id) mImplementationp->mMoneySalesTabEHp->setGroupID(mGroupID); } + mImplementationp->mBeenActivated = true; + activate(); } |