diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-03-18 14:37:21 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-03-18 14:37:21 +0200 |
commit | bc8ac5854f8b1eb9995139bb43cdf3b944030076 (patch) | |
tree | 4610d10fc4079df0af427f593ae082bb1efecd8e /indra/newview/llfloaterimcontainer.cpp | |
parent | c294c7c4740e41c43b2b04f136cc909e37b28f7d (diff) |
CHUI-620 FIXED Clear the highlight when auto-selecting new conversation or when text is entered into the message panel.
Diffstat (limited to 'indra/newview/llfloaterimcontainer.cpp')
-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 1954f098b6..2fd8901d9e 100644 --- a/indra/newview/llfloaterimcontainer.cpp +++ b/indra/newview/llfloaterimcontainer.cpp @@ -1418,7 +1418,7 @@ BOOL LLFloaterIMContainer::selectConversationPair(const LLUUID& session_id, bool session_floater->setMinimized(is_minimized); } } - + flashConversationItemWidget(session_id,false); return handled; } |