diff options
author | Merov Linden <merov@lindenlab.com> | 2012-10-30 18:27:56 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-10-30 18:27:56 -0700 |
commit | f9b1b440710668a9979e33c7582d79d14cae8d0d (patch) | |
tree | 3e3696c58efb70b27652426bc7a8fe2a98a6074f /indra/newview | |
parent | a7a24dc2f9450e0d51e7110a7eb44e0f27a010db (diff) |
CHUI-463 : Fixed. Allowed a model to be shared by several views.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llconversationmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llconversationmodel.cpp b/indra/newview/llconversationmodel.cpp index f0c8658cfe..74188195f6 100644 --- a/indra/newview/llconversationmodel.cpp +++ b/indra/newview/llconversationmodel.cpp @@ -405,8 +405,8 @@ void LLConversationItemParticipant::onAvatarNameCache(const LLAvatarName& av_nam { parent_session->requestSort(); parent_session->updateParticipantName(this); + postEvent("update_participant", parent_session, this); } - postEvent("update_participant", parent_session, this); } void LLConversationItemParticipant::dumpDebugData() |