diff options
author | McCabe Maxsted | 2010-10-09 03:27:47 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-10-09 03:27:47 -0700 |
commit | 1866bc2af39189c17b636970d4df7edc983c1830 (patch) | |
tree | e60963a49832280cf3d2d9b5a8b589853469caee /linden/indra/newview/llpanelpermissions.cpp | |
parent | Use all those cores for compile (diff) | |
download | meta-impy-1866bc2af39189c17b636970d4df7edc983c1830.zip meta-impy-1866bc2af39189c17b636970d4df7edc983c1830.tar.gz meta-impy-1866bc2af39189c17b636970d4df7edc983c1830.tar.bz2 meta-impy-1866bc2af39189c17b636970d4df7edc983c1830.tar.xz |
Applied RLVa-1.1.2-Imprudence.patch by Kitty Barnett
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpanelpermissions.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelpermissions.cpp b/linden/indra/newview/llpanelpermissions.cpp index fc05744..8492988 100644 --- a/linden/indra/newview/llpanelpermissions.cpp +++ b/linden/indra/newview/llpanelpermissions.cpp | |||
@@ -70,6 +70,10 @@ | |||
70 | 70 | ||
71 | #include "hippoGridManager.h" | 71 | #include "hippoGridManager.h" |
72 | 72 | ||
73 | // [RLVa:KB] | ||
74 | #include "rlvhandler.h" | ||
75 | // [/RLVa:KB] | ||
76 | |||
73 | ///---------------------------------------------------------------------------- | 77 | ///---------------------------------------------------------------------------- |
74 | /// Class llpanelpermissions | 78 | /// Class llpanelpermissions |
75 | ///---------------------------------------------------------------------------- | 79 | ///---------------------------------------------------------------------------- |
@@ -349,7 +353,7 @@ void LLPanelPermissions::refresh() | |||
349 | // Only filter the owner name if: the selection is all owned by the same avie and not group owned | 353 | // Only filter the owner name if: the selection is all owned by the same avie and not group owned |
350 | if ( (owners_identical) && (!LLSelectMgr::getInstance()->selectIsGroupOwned()) ) | 354 | if ( (owners_identical) && (!LLSelectMgr::getInstance()->selectIsGroupOwned()) ) |
351 | { | 355 | { |
352 | owner_name = gRlvHandler.getAnonym(owner_name); | 356 | owner_name = RlvStrings::getAnonym(owner_name); |
353 | fRlvEnableOwner = false; | 357 | fRlvEnableOwner = false; |
354 | } | 358 | } |
355 | } | 359 | } |