diff options
author | Merov Linden <merov@lindenlab.com> | 2012-10-26 19:12:19 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-10-26 19:12:19 -0700 |
commit | 09282019ef4d068fe95a94931bf341d8e84f29ea (patch) | |
tree | 8a04f0a798000e5c6a7ca4a29de4042a268e8ad9 /indra/newview/llimconversation.cpp | |
parent | 36b1b4c4b6bbae641271b6b1668e1fea4629d899 (diff) |
CHUI-469 : WIP : Add participants to the nearby chat torn off panel
Diffstat (limited to 'indra/newview/llimconversation.cpp')
-rw-r--r-- | indra/newview/llimconversation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llimconversation.cpp b/indra/newview/llimconversation.cpp index cc5adfc2e8..ad34acd941 100644 --- a/indra/newview/llimconversation.cpp +++ b/indra/newview/llimconversation.cpp @@ -174,7 +174,7 @@ BOOL LLIMConversation::postBuild() setOpenPositioning(LLFloaterEnums::POSITIONING_RELATIVE); - buildParticipantList(); + buildConversationViewParticipant(); updateHeaderAndToolbar(); @@ -307,7 +307,7 @@ void LLIMConversation::appendMessage(const LLChat& chat, const LLSD &args) } -void LLIMConversation::buildParticipantList() +void LLIMConversation::buildConversationViewParticipant() { // Get the model list LLParticipantList* item = getParticipantList(); |