summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2014-03-11 12:19:54 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2014-03-11 12:19:54 +0200
commit08c7787393d5b9f2875788b344d68a541108b65b (patch)
tree4222c7651a33b6a81fa5069ecee35911580e9bf4 /indra
parente62e7319932448eac55486e218d31048dbd034fc (diff)
MAINT-2737 FIXED Disable button if multiple parcels are selected
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llpanelland.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelland.cpp b/indra/newview/llpanelland.cpp
index 5321ebc777..1946b9c523 100755
--- a/indra/newview/llpanelland.cpp
+++ b/indra/newview/llpanelland.cpp
@@ -145,7 +145,7 @@ void LLPanelLandInfo::refresh()
&& ((gAgent.getID() == auth_buyer_id)
|| (auth_buyer_id.isNull())));
- if (is_public)
+ if (is_public && !LLViewerParcelMgr::getInstance()->getParcelSelection()->getMultipleOwners())
{
getChildView("button buy land")->setEnabled(TRUE);
}