diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index 957d272f401d1ad2503f6cc4fce20d6082e1f528..17ef1f41a42ba58585323a96882b968e2cb0c4e2 100644 --- a/indra/newview/llchiclet.cpp +++ b/indra/newview/llchiclet.cpp @@ -187,9 +187,9 @@ void LLSysWellChiclet::setCounter(S32 counter) mButton->setLabel(s_count); - setNewMessagesState(counter > 0); + setNewMessagesState(counter > mCounter); - // we have to flash to 'Lit' state each time new unread message is comming. + // we have to flash to 'Lit' state each time new unread message is coming. if (counter > mCounter) { mFlashToLitTimer->flash();