summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimnearbychat.cpp
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2013-04-01 20:09:37 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2013-04-01 20:09:37 +0300
commit56939a2a2b9510bd7f5fc43bed460c0d23a743a0 (patch)
tree2ba42483d50922d327b977f2521aae37f32c0c3a /indra/newview/llfloaterimnearbychat.cpp
parentb3e3cf8151d12ad908875120b86067015b2af9e9 (diff)
CHUI-904 FIXED Set the focus on the Nearby chat floater after setting visibility.
Diffstat (limited to 'indra/newview/llfloaterimnearbychat.cpp')
-rw-r--r--indra/newview/llfloaterimnearbychat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimnearbychat.cpp b/indra/newview/llfloaterimnearbychat.cpp
index d86e1b3fd7..56b0c15cb9 100644
--- a/indra/newview/llfloaterimnearbychat.cpp
+++ b/indra/newview/llfloaterimnearbychat.cpp
@@ -264,7 +264,7 @@ void LLFloaterIMNearbyChat::setVisibleAndFrontmost(BOOL take_focus, const LLSD&
if(!isTornOff() && matchesKey(key))
{
- LLFloaterIMContainer::getInstance()->selectConversationPair(mSessionID, true, false);
+ LLFloaterIMContainer::getInstance()->selectConversationPair(mSessionID, true, take_focus);
}
}