diff options
author | Richard Linden <none@none> | 2012-04-20 19:21:59 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-04-20 19:21:59 -0700 |
commit | f11f7c78537f096a637f5f1790e4f2a089718a2e (patch) | |
tree | c9523078ffa52866251cf47848b880fb2fe6cdcb /indra/newview | |
parent | c8bc9cca06ba33a81d4f7bb5d624519e09071d9c (diff) |
CHUI-92 FIX Notification count is not shown on notification chiclet
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llchiclet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchiclet.h b/indra/newview/llchiclet.h index dd0d47cccd..4236c3f359 100644 --- a/indra/newview/llchiclet.h +++ b/indra/newview/llchiclet.h @@ -926,9 +926,9 @@ protected: mChiclet(chiclet) { // connect counter handlers to the signals - connectToChannel("IM Notifications"); connectToChannel("Group Notifications"); connectToChannel("Offer"); + connectToChannel("Notifications"); } static bool filterNotification(LLNotificationPtr notify); |