diff options
author | Oz Linden <oz@lindenlab.com> | 2015-10-26 17:12:04 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-10-26 17:12:04 -0400 |
commit | 54f39f86d205bdf52cd40fc0c4fcdd17ec694bb7 (patch) | |
tree | 82685c6399bb058eda704f54c28ef47b5928d512 /indra/newview/llavatariconctrl.cpp | |
parent | f676b02c45e81da5b22762acddcab8a8aa1cff71 (diff) | |
parent | 84150294b912d04e345007b65670c0230a2e4d79 (diff) |
merge changes for 3.8.6-release
Diffstat (limited to 'indra/newview/llavatariconctrl.cpp')
-rwxr-xr-x | indra/newview/llavatariconctrl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llavatariconctrl.cpp b/indra/newview/llavatariconctrl.cpp index 281e591b48..25a5df9781 100755 --- a/indra/newview/llavatariconctrl.cpp +++ b/indra/newview/llavatariconctrl.cpp @@ -311,6 +311,7 @@ bool LLAvatarIconCtrl::updateFromCache() else { LLIconCtrl::setValue(mDefaultIconName); + return false; } return true; |