From f11f7c78537f096a637f5f1790e4f2a089718a2e Mon Sep 17 00:00:00 2001 From: Richard Linden Date: Fri, 20 Apr 2012 19:21:59 -0700 Subject: CHUI-92 FIX Notification count is not shown on notification chiclet --- indra/newview/llchiclet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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); -- cgit v1.2.3