diff options
| author | Loren Shih <seraph@lindenlab.com> | 2009-12-17 15:25:34 -0500 |
|---|---|---|
| committer | Loren Shih <seraph@lindenlab.com> | 2009-12-17 15:25:34 -0500 |
| commit | 1f750b20665a5335d21c1989f875a4486af2964d (patch) | |
| tree | 690baba3c55f6edb58ba1a00cba4f37585c21977 /indra/newview/llbottomtray.cpp | |
| parent | 967652a7059cd1434ec593d8d3022f8b8e6cf10c (diff) | |
| parent | de3c63c339e135f51a6075b9bf9dbca1398b4ac4 (diff) | |
pe -> viewer2.0 merge
Diffstat (limited to 'indra/newview/llbottomtray.cpp')
| -rw-r--r-- | indra/newview/llbottomtray.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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) |
