More fixes after RLVa plonk
This commit is contained in:
@@ -353,23 +353,18 @@ void LLPanelPermissions::refresh()
|
||||
}
|
||||
// [/RLVa:KB]
|
||||
|
||||
childSetText("Owner Name",owner_name);
|
||||
childSetEnabled("Owner Name",TRUE);
|
||||
// childSetEnabled("button owner profile",owners_identical && (mOwnerID.notNull() || LLSelectMgr::getInstance()->selectIsGroupOwned()));
|
||||
// [RLVa:KB] - Checked: 2009-07-08 (RLVa-1.0.0e)
|
||||
childSetEnabled("button owner profile",
|
||||
fRlvEnableOwner && owners_identical && (mOwnerID.notNull() || LLSelectMgr::getInstance()->selectIsGroupOwned()));
|
||||
// [/RLVa:KB]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
childSetText("Last Owner Name",last_owner_name);
|
||||
childSetEnabled("Last Owner Name",TRUE);
|
||||
childSetEnabled("button last owner profile",owners_identical && mLastOwnerID.notNull());
|
||||
|
||||
|
||||
|
||||
|
||||
// update group text field
|
||||
childSetEnabled("Group:",true);
|
||||
childSetText("Group Name",LLStringUtil::null);
|
||||
|
||||
Reference in New Issue
Block a user