From c01254daf16adb3d91ad8990ba5c66d2b51eae45 Mon Sep 17 00:00:00 2001 From: AlexanderP ProductEngine Date: Tue, 14 Aug 2012 16:05:47 +0300 Subject: CHUI-171, CHUI-272 conversation is added as docked in conversation floater when session started (without click on an conv. list's item) --- indra/newview/llimfloatercontainer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llimfloatercontainer.cpp') 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); } -- cgit v1.2.3