Skip to content

Commit 6ea4fc9

Browse files
#p473 fix XUI warnings
1 parent 8976d69 commit 6ea4fc9

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

indra/newview/llpanelprofile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ void LLPanelProfileSecondLife::resetData()
859859
resetLoading();
860860

861861
// Set default image and 1:1 dimensions for it
862-
mSecondLifePic->setValue("Generic_Person_Large");
862+
mSecondLifePic->setValue(LLUUID());
863863

864864
LLRect imageRect = mSecondLifePicLayout->getRect();
865865
mSecondLifePicLayout->reshape(imageRect.getWidth(), imageRect.getWidth());

indra/newview/skins/default/xui/en/panel_profile_firstlife.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<profile_image
2323
name="real_world_pic"
2424
image_name="Generic_Person_Large"
25-
show_loading="false"
2625
follows="top|left"
2726
layout="topleft"
2827
top="10"

indra/newview/skins/default/xui/en/panel_profile_secondlife.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Account: [ACCTTYPE]
7474
<profile_image
7575
name="2nd_life_pic"
7676
image_name="Generic_Person_Large"
77-
show_loading="false"
7877
layout="topleft"
7978
follows="all"
8079
interactable="true"
@@ -191,7 +190,7 @@ Account: [ACCTTYPE]
191190
visible="false">
192191
<icon
193192
name="badge_icon"
194-
image_name="Beta_Tester"
193+
image_name="Profile_Badge_Beta"
195194
layout="topleft"
196195
follows="left|top"
197196
top="10"

0 commit comments

Comments
 (0)