From 2fc7c967a473fc9b076d401cef8718a59f80052b Mon Sep 17 00:00:00 2001 From: Igor Borovkov Date: Thu, 17 Dec 2009 19:07:01 +0200 Subject: corrected IM well counter EXT-2884 Initiation of a voice call should not bring text chat (p2p, ad-hoc, group) Now IM Well counter displays unread messages calculating it based on chiclets instead of displaying unread messages across all IM Model --HG-- branch : product-engine --- indra/newview/llbottomtray.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indra/newview/llbottomtray.cpp') diff --git a/indra/newview/llbottomtray.cpp b/indra/newview/llbottomtray.cpp index 8389895479..6f2e666cc7 100644 --- a/indra/newview/llbottomtray.cpp +++ b/indra/newview/llbottomtray.cpp @@ -215,6 +215,10 @@ void LLBottomTray::onNewIM(const LLSD& data) } } +S32 LLBottomTray::getTotalUnreadIMCount() +{ + return getChicletPanel()->getTotalUnreadIMCount(); +} // virtual void LLBottomTray::onChange(EStatusType status, const std::string &channelURI, bool proximal) -- cgit v1.2.3