summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimsessiontab.cpp
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2013-06-18 20:43:18 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2013-06-18 20:43:18 +0300
commitf922605ec68aace1ac9f039efc4b497a315326e8 (patch)
treee78bdd47a555f680d36b620575dae3b558ca0b4d /indra/newview/llfloaterimsessiontab.cpp
parent8d82ebc6c8682577060b1d0e960b3be810dacb39 (diff)
CHUI-979 FIXED Clear highlight after clicking in chat input. Do not flash chat button if current conversation is focused and torned off.
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rwxr-xr-xindra/newview/llfloaterimsessiontab.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp
index 559e9ab23f..0ccfdb9a7b 100755
--- a/indra/newview/llfloaterimsessiontab.cpp
+++ b/indra/newview/llfloaterimsessiontab.cpp
@@ -407,6 +407,7 @@ void LLFloaterIMSessionTab::onInputEditorClicked()
{
im_box->flashConversationItemWidget(mSessionID,false);
}
+ gToolBarView->flashCommand(LLCommandId("chat"), false);
}
std::string LLFloaterIMSessionTab::appendTime()