diff options
author | Maestro Linden <maestro@lindenlab.com> | 2012-12-14 19:46:24 +0000 |
---|---|---|
committer | Maestro Linden <maestro@lindenlab.com> | 2012-12-14 19:46:24 +0000 |
commit | 18402904144f400a81cb289138fce0050a083560 (patch) | |
tree | c3277edeefd47e554115a2a31b06f3e494e97c7b /indra/newview/llfloaterland.cpp | |
parent | eca33374fbcbf8c7098c93c80ff2a92ab43fc772 (diff) |
MAINT-2121 Fixed case where changing other parcel option disables 'Show place in search'. Reviewed by Simon.
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
-rw-r--r-- | indra/newview/llfloaterland.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp index be743d57d2..5f58577a7c 100644 --- a/indra/newview/llfloaterland.cpp +++ b/indra/newview/llfloaterland.cpp @@ -2116,7 +2116,7 @@ void LLPanelLandOptions::refreshSearch() bool can_change = LLViewerParcelMgr::isParcelModifiableByAgent( - parcel, GP_LAND_CHANGE_IDENTITY) + parcel, GP_LAND_FIND_PLACES) && region && !(region->getRegionFlags() & REGION_FLAGS_BLOCK_PARCEL_SEARCH); |