diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-03-07 10:51:49 -0800 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-03-07 10:51:49 -0800 |
commit | fe25f4bfb16c42236fb99a6a1a7bf28da3c2d7c6 (patch) | |
tree | 73d8f8b550ce9a68882fb656318e983dc968eee0 /indra/newview/llfloaterimcontainer.cpp | |
parent | d73ca40667527a1fdaf29ac3629ec7ce8a7e0f40 (diff) | |
parent | 11199f2bef65f67f3ddd798944cb4ad62affa8ed (diff) |
merge
Diffstat (limited to 'indra/newview/llfloaterimcontainer.cpp')
-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 1da3f52bf8..5a37b5b57b 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) |