From f11f7c78537f096a637f5f1790e4f2a089718a2e Mon Sep 17 00:00:00 2001 From: Richard Linden <none@none> Date: Fri, 20 Apr 2012 19:21:59 -0700 Subject: [PATCH] CHUI-92 FIX Notification count is not shown on notification chiclet --- indra/newview/llchiclet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llchiclet.h b/indra/newview/llchiclet.h index dd0d47cccdd..4236c3f359d 100644 --- a/indra/newview/llchiclet.h +++ b/indra/newview/llchiclet.h @@ -926,9 +926,9 @@ class LLNotificationChiclet : public LLSysWellChiclet mChiclet(chiclet) { // connect counter handlers to the signals - connectToChannel("IM Notifications"); connectToChannel("Group Notifications"); connectToChannel("Offer"); + connectToChannel("Notifications"); } static bool filterNotification(LLNotificationPtr notify); -- GitLab