diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-03-07 17:04:06 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-03-07 17:04:06 +0200 |
commit | 11199f2bef65f67f3ddd798944cb4ad62affa8ed (patch) | |
tree | 2f4cc841c30d853f80aeb4320cb713fc7e41044a /indra/newview | |
parent | 179195241f5579ceeea682d7faf23dc2376338ec (diff) |
CHUI-824 FIXED Open Message panel when session is activated.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterimcontainer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimcontainer.cpp b/indra/newview/llfloaterimcontainer.cpp index a0c386717b..74490b695c 100644 --- a/indra/newview/llfloaterimcontainer.cpp +++ b/indra/newview/llfloaterimcontainer.cpp @@ -114,6 +114,7 @@ void LLFloaterIMContainer::sessionAdded(const LLUUID& session_id, const std::str void LLFloaterIMContainer::sessionActivated(const LLUUID& session_id, const std::string& name, const LLUUID& other_participant_id) { selectConversationPair(session_id, true); + collapseMessagesPane(false); } void LLFloaterIMContainer::sessionVoiceOrIMStarted(const LLUUID& session_id) |