diff options
author | McCabe Maxsted | 2009-04-24 15:40:59 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-04-24 15:40:59 -0700 |
commit | 6ba527aba9a09cde627309a4acd73b161b65e185 (patch) | |
tree | cacef790c5bbea1a035ae1f22ac0f863e5539b25 /linden/indra/newview/llfloaterchatterbox.h | |
parent | Started 1.2.0 branch (diff) | |
download | meta-impy-6ba527aba9a09cde627309a4acd73b161b65e185.zip meta-impy-6ba527aba9a09cde627309a4acd73b161b65e185.tar.gz meta-impy-6ba527aba9a09cde627309a4acd73b161b65e185.tar.bz2 meta-impy-6ba527aba9a09cde627309a4acd73b161b65e185.tar.xz |
Communicate window now shows the number of unread IMs
Diffstat (limited to 'linden/indra/newview/llfloaterchatterbox.h')
-rw-r--r-- | linden/indra/newview/llfloaterchatterbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterchatterbox.h b/linden/indra/newview/llfloaterchatterbox.h index ac494d1..197c735 100644 --- a/linden/indra/newview/llfloaterchatterbox.h +++ b/linden/indra/newview/llfloaterchatterbox.h | |||
@@ -90,6 +90,8 @@ public: | |||
90 | VisibilityPolicy<LLFloater>::hide(instance, key); | 90 | VisibilityPolicy<LLFloater>::hide(instance, key); |
91 | } | 91 | } |
92 | 92 | ||
93 | static void markAsUnread(bool unread); | ||
94 | |||
93 | private: | 95 | private: |
94 | LLFloater* getFloater(const LLSD& key) | 96 | LLFloater* getFloater(const LLSD& key) |
95 | { | 97 | { |