From 9dcdbf029c3a74de5aefca52262d4ed41626298d Mon Sep 17 00:00:00 2001 From: Yuri Chebotarev Date: Wed, 31 Mar 2010 19:38:15 +0300 Subject: 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 --- indra/newview/llpanelgrouplandmoney.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') 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(); } -- cgit v1.2.3