summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAlexanderP ProductEngine <apaschenko@productengine.com>2012-08-10 17:39:46 +0300
committerAlexanderP ProductEngine <apaschenko@productengine.com>2012-08-10 17:39:46 +0300
commitf4c4df4cdd3dae7ce90efb8fbea8af1ba66410ff (patch)
tree39c47a6136fac569993c9847825db87188ed3aba /indra/newview
parenta06256838cfc59c59d50bca0d75ad1b121bdd096 (diff)
fix incorrect merge
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llimfloatercontainer.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llimfloatercontainer.cpp b/indra/newview/llimfloatercontainer.cpp
index 1896ed65f3..ad3b0279e5 100644
--- a/indra/newview/llimfloatercontainer.cpp
+++ b/indra/newview/llimfloatercontainer.cpp
@@ -73,6 +73,11 @@ LLIMFloaterContainer::~LLIMFloaterContainer()
}
}
+void LLIMFloaterContainer::sessionAdded(const LLUUID& session_id, const std::string& name, const LLUUID& other_participant_id)
+{
+ addConversationListItem(session_id);
+}
+
void LLIMFloaterContainer::sessionVoiceOrIMStarted(const LLUUID& session_id)
{
LLIMFloater::show(session_id);