summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAlexanderP ProductEngine <apaschenko@productengine.com>2012-08-14 16:05:47 +0300
committerAlexanderP ProductEngine <apaschenko@productengine.com>2012-08-14 16:05:47 +0300
commitc01254daf16adb3d91ad8990ba5c66d2b51eae45 (patch)
tree212fc353588d3ec568551856ab501f553ec19a34 /indra/newview
parent52814c4e99f62815af85d1270f3268ef37adcb49 (diff)
CHUI-171, CHUI-272 conversation is added as docked in conversation floater when session started (without click on an conv. list's item)
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llimfloatercontainer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimfloatercontainer.cpp b/indra/newview/llimfloatercontainer.cpp
index 38b5768a60..fe47e03beb 100644
--- a/indra/newview/llimfloatercontainer.cpp
+++ b/indra/newview/llimfloatercontainer.cpp
@@ -75,6 +75,7 @@ LLIMFloaterContainer::~LLIMFloaterContainer()
void LLIMFloaterContainer::sessionAdded(const LLUUID& session_id, const std::string& name, const LLUUID& other_participant_id)
{
+ LLIMFloater::show(session_id);
addConversationListItem(session_id);
}