From 5bb9cda74785aab0920546fc672d7eb17a4f6692 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Mon, 27 Jun 2016 13:52:22 -0400 Subject: [PATCH] Hide Log button on own profile --- indra/newview/llpanelavatar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llpanelavatar.cpp b/indra/newview/llpanelavatar.cpp index 36b0422ab..a689b07af 100644 --- a/indra/newview/llpanelavatar.cpp +++ b/indra/newview/llpanelavatar.cpp @@ -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("avatar_key")->setText(avatar_id.asString());