diff options
author | Merov Linden <merov@lindenlab.com> | 2012-12-17 20:16:33 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-12-17 20:16:33 -0800 |
commit | c2d332a89cb29d54df40f1f120304d871278fb76 (patch) | |
tree | 9102fe977dfe35767fd009af6f8cdd9607a9d190 /indra/newview/llavatariconctrl.cpp | |
parent | 3d137bae5c5435dde305323179d8d3d6c9720bad (diff) |
CHUI-580 : WIP : Added disconnect of callbacks once they're called to prevent filling up the callback queue
Diffstat (limited to 'indra/newview/llavatariconctrl.cpp')
-rwxr-xr-x | indra/newview/llavatariconctrl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llavatariconctrl.cpp b/indra/newview/llavatariconctrl.cpp index 60a2c14911..714bde6f37 100755 --- a/indra/newview/llavatariconctrl.cpp +++ b/indra/newview/llavatariconctrl.cpp @@ -313,6 +313,8 @@ void LLAvatarIconCtrl::processProperties(void* data, EAvatarProcessorType type) void LLAvatarIconCtrl::onAvatarNameCache(const LLUUID& agent_id, const LLAvatarName& av_name) { + mAvatarNameCacheConnection.disconnect(); + if (agent_id == mAvatarId) { // Most avatar icon controls are next to a UI element that shows |