diff --git a/indra/newview/llchiclet.h b/indra/newview/llchiclet.h
index dd0d47cccddcac9c2994cd41aef79e8e3c68b7b0..4236c3f359d31e6f7d2d02e892186c6a2567b165 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);