summaryrefslogtreecommitdiff
path: root/indra/newview/llimfloater.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-10-26 19:12:19 -0700
committerMerov Linden <merov@lindenlab.com>2012-10-26 19:12:19 -0700
commit09282019ef4d068fe95a94931bf341d8e84f29ea (patch)
tree8a04f0a798000e5c6a7ca4a29de4042a268e8ad9 /indra/newview/llimfloater.cpp
parent36b1b4c4b6bbae641271b6b1668e1fea4629d899 (diff)
CHUI-469 : WIP : Add participants to the nearby chat torn off panel
Diffstat (limited to 'indra/newview/llimfloater.cpp')
-rw-r--r--indra/newview/llimfloater.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp
index 8fbf691897..560b3fa60a 100644
--- a/indra/newview/llimfloater.cpp
+++ b/indra/newview/llimfloater.cpp
@@ -825,8 +825,7 @@ void LLIMFloater::sessionInitReplyReceived(const LLUUID& im_session_id)
if (mSessionID != im_session_id)
{
initIMSession(im_session_id);
-
- buildParticipantList();
+ buildConversationViewParticipant();
}
initIMFloater();