summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-10-30 18:27:56 -0700
committerMerov Linden <merov@lindenlab.com>2012-10-30 18:27:56 -0700
commitf9b1b440710668a9979e33c7582d79d14cae8d0d (patch)
tree3e3696c58efb70b27652426bc7a8fe2a98a6074f /indra/newview
parenta7a24dc2f9450e0d51e7110a7eb44e0f27a010db (diff)
CHUI-463 : Fixed. Allowed a model to be shared by several views.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llconversationmodel.cpp2
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()