Skip to content

Commit be3810d

Browse files
committed
#1937 The "Don't show me in search" option is not visually updated
1 parent 6686fc2 commit be3810d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/newview/llpanelprofile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ void LLPanelProfileSecondLife::fillCommonData(const LLAvatarData* avatar_data)
10281028
if (getSelfProfile())
10291029
{
10301030
mAllowPublish = avatar_data->flags & AVATAR_ALLOW_PUBLISH;
1031-
mShowInSearchCombo->setValue(mAllowPublish);
1031+
mShowInSearchCombo->setValue(mAllowPublish ? LLSD::Integer(1) : LLSD::Integer(0));
10321032
}
10331033
}
10341034

0 commit comments

Comments
 (0)