CHUI-681 FIXED Clear flash state only for selected widget

master
maxim@mnikolenko 2013-01-18 14:18:51 +02:00
parent 7ec0d837dd
commit 3938f99b5e
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ BOOL LLConversationViewSession::handleMouseDown( S32 x, S32 y, MASK mask )
if(result && getRoot()->getCurSelectedItem() == this)
{
LLFloaterIMContainer *im_container = LLFloaterReg::getTypedInstance<LLFloaterIMContainer>("im_container");
im_container->clearAllFlashStates();
im_container->flashConversationItemWidget(session_id,false);
im_container->selectConversationPair(session_id, false);
im_container->collapseMessagesPane(false);
}