From f9b1b440710668a9979e33c7582d79d14cae8d0d Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Tue, 30 Oct 2012 18:27:56 -0700 Subject: CHUI-463 : Fixed. Allowed a model to be shared by several views. --- indra/newview/llconversationmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') 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() -- cgit v1.2.3