summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelme.cpp
diff options
context:
space:
mode:
authorYchebotarev ProductEngine <ychebotarev@productengine.com>2010-02-03 17:14:50 +0200
committerYchebotarev ProductEngine <ychebotarev@productengine.com>2010-02-03 17:14:50 +0200
commitcfc43ff67ce7a254fd7be2f284a1d9f7a318f3fb (patch)
tree49a779a442b63054c8dd6386a4f568c299e72006 /indra/newview/llpanelme.cpp
parent3689b28bf7066a750d24dbb34a809a6d2fa953ed (diff)
parentcabf4f5d58410e9c1fb8c06b0f40900119d37fa7 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanelme.cpp')
-rw-r--r--indra/newview/llpanelme.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llpanelme.cpp b/indra/newview/llpanelme.cpp
index 0f0fb4b94e..ea66ef7d2c 100644
--- a/indra/newview/llpanelme.cpp
+++ b/indra/newview/llpanelme.cpp
@@ -198,6 +198,10 @@ void LLPanelMyProfileEdit::processProfileProperties(const LLAvatarData* avatar_d
{
fillCommonData(avatar_data);
+ // 'Home page' was hidden in LLPanelAvatarProfile::fillCommonData() to fix EXT-4734
+ // Show 'Home page' in Edit My Profile (EXT-4873)
+ childSetVisible("homepage_edit", true);
+
fillPartnerData(avatar_data);
fillAccountStatus(avatar_data);