diff options
| -rw-r--r-- | indra/newview/llfloaterimcontainer.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llfloaterimcontainer.cpp b/indra/newview/llfloaterimcontainer.cpp index 3a80491dae..c1daea0aeb 100644 --- a/indra/newview/llfloaterimcontainer.cpp +++ b/indra/newview/llfloaterimcontainer.cpp @@ -1162,7 +1162,7 @@ bool LLFloaterIMContainer::checkContextMenuItem(const std::string& item, uuid_ve  void LLFloaterIMContainer::showConversation(const LLUUID& session_id)  {      setVisibleAndFrontmost(false); -    selectConversation(session_id);     +    selectConversationPair(session_id, true);  }  void LLFloaterIMContainer::selectConversation(const LLUUID& session_id) | 
