diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-06-11 15:30:31 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-06-11 15:30:31 +0300 |
commit | 0cf9597bd55782b4a463f3e07767269e80432db6 (patch) | |
tree | 9442007a72779c0665ebb05894e7590cfc9e5ecf /indra/newview/llimview.cpp | |
parent | 45f3ca1667f404190ff2bb762f39cedd58ef7abb (diff) |
CHUI-926 FIXED FUI button will stay highlight(orange) if there are unread IMs when the conversation floater is minimized.
Diffstat (limited to 'indra/newview/llimview.cpp')
-rwxr-xr-x | indra/newview/llimview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 8d055be263..ecd22a5c1b 100755 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -336,7 +336,7 @@ void notify_of_message(const LLSD& msg, bool is_dnd_msg) { if(!gAgent.isDoNotDisturb()) { - gToolBarView->flashCommand(LLCommandId("chat"), true); + gToolBarView->flashCommand(LLCommandId("chat"), true, im_box->isMinimized()); } else { |