diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-03-31 19:38:15 +0300 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-03-31 19:38:15 +0300 |
commit | 9dcdbf029c3a74de5aefca52262d4ed41626298d (patch) | |
tree | 60310014f0769d9a5182c17b9a90db1280732929 /indra/newview | |
parent | 349bc84dfd73702fe788f9ac4539d8046b78e9f3 (diff) |
fix for EXT-5882 Max. Contribution field on groups -> land and assets tab miscalculates after first group fetch.
previous fix I commint with wrong (re)initialization...donno why)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpanelgrouplandmoney.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelgrouplandmoney.cpp b/indra/newview/llpanelgrouplandmoney.cpp index f276df8573..9ac3a07041 100644 --- a/indra/newview/llpanelgrouplandmoney.cpp +++ b/indra/newview/llpanelgrouplandmoney.cpp @@ -1600,7 +1600,7 @@ void LLPanelGroupLandMoney::setGroupID(const LLUUID& id) mImplementationp->mMoneySalesTabEHp->setGroupID(mGroupID); } - mImplementationp->mBeenActivated = true; + mImplementationp->mBeenActivated = false; activate(); } |