summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2010-03-31 19:38:15 +0300
committerYuri Chebotarev <ychebotarev@productengine.com>2010-03-31 19:38:15 +0300
commit9dcdbf029c3a74de5aefca52262d4ed41626298d (patch)
tree60310014f0769d9a5182c17b9a90db1280732929 /indra/newview
parent349bc84dfd73702fe788f9ac4539d8046b78e9f3 (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.cpp2
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();
}