diff options
author | Dmitry Oleshko <doleshko@productengine.com> | 2009-10-30 14:18:07 +0200 |
---|---|---|
committer | Dmitry Oleshko <doleshko@productengine.com> | 2009-10-30 14:18:07 +0200 |
commit | 7dd9fb280663dfd0842b69e8c5f706fd96b8cf75 (patch) | |
tree | 28141ff4787ff688a22a2ec980514176129c7db6 /indra/newview/llimfloater.cpp | |
parent | f4424f8867eec64f770715d1d44ea4276c8129af (diff) |
fixed normal bug (EXT-1934) [BSI] Revert EXT-543 - Notification chiclet should not count IM/Group messages
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimfloater.cpp')
-rw-r--r-- | indra/newview/llimfloater.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index b9c068b583..b21df87093 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -409,8 +409,6 @@ bool LLIMFloater::toggle(const LLUUID& session_id) { // ensure the list of messages is updated when floater is made visible show(session_id); - // update number of unread notifications in the SysWell - LLBottomTray::getInstance()->getSysWell()->updateUreadIMNotifications(); return true; } } |