Hide Log button on own profile

This commit is contained in:
Lirusaito
2016-06-27 13:52:22 -04:00
parent afb567265e
commit 5bb9cda747

View File

@@ -1324,6 +1324,7 @@ void LLPanelAvatar::setAvatarID(const LLUUID &avatar_id)
view = getChildView("Pay...");
view->setVisible(!own_avatar);
view->setEnabled(false);
getChildView("Log")->setVisible(!own_avatar);
getChild<LLNameEditor>("avatar_key")->setText(avatar_id.asString());