summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaxim@mnikolenko <maxim@mnikolenko>2012-12-04 14:48:59 +0200
committermaxim@mnikolenko <maxim@mnikolenko>2012-12-04 14:48:59 +0200
commited9e48bf6bd440a004c0d82da79503de34261610 (patch)
tree85f66589dbfde1c3f84cee731af98fd3a15daeb0
parent8c24cc8e3635888b766e30001749966eddc0dc7e (diff)
CHUI-530 FIXED Using selectConversationPair will show appropriate session floater.
-rw-r--r--indra/newview/llfloaterimcontainer.cpp2
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)