diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-21 15:27:40 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-21 15:27:40 +0200 |
commit | 10d20fdfe7a62087561d4a4e0ec97756ded6a986 (patch) | |
tree | 8a7aef4d183b1c281825d0441c735e41aca51432 /indra/newview/llchiclet.cpp | |
parent | 88e091e9308da301a80b563ea740f58759190f96 (diff) | |
parent | c4d684d462fe555345a1c311a1e904f7baee56c6 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llchiclet.cpp')
-rw-r--r-- | indra/newview/llchiclet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index 957d272f40..17ef1f41a4 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(); |