From 27ce5c301633fa75c32087e347347ab9111aa787 Mon Sep 17 00:00:00 2001 From: Richard Linden Date: Wed, 28 Mar 2012 11:27:48 -0700 Subject: CHUI-51 WIP notifications routing code cleanup fixed crash on login --- indra/newview/llchiclet.cpp | 4 ++-- indra/newview/llnotificationmanager.cpp | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'indra') diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index 9f19f8dd1c..5e07db0d59 100644 --- a/indra/newview/llchiclet.cpp +++ b/indra/newview/llchiclet.cpp @@ -339,8 +339,8 @@ LLNotificationChiclet::LLNotificationChiclet(const Params& p) , mUreadSystemNotifications(0) { // connect counter handlers to the signals - connectCounterUpdatersToSignal("Notify"); - connectCounterUpdatersToSignal("Group Notify"); + connectCounterUpdatersToSignal("IM Notifications"); + connectCounterUpdatersToSignal("Group Notifications"); connectCounterUpdatersToSignal("Offer"); // ensure that notification well window exists, to synchronously diff --git a/indra/newview/llnotificationmanager.cpp b/indra/newview/llnotificationmanager.cpp index 394ae2ac21..4e77b38757 100644 --- a/indra/newview/llnotificationmanager.cpp +++ b/indra/newview/llnotificationmanager.cpp @@ -52,6 +52,7 @@ LLNotificationManager::~LLNotificationManager() //-------------------------------------------------------------------------- void LLNotificationManager::init() { + new LLIMHandler(); new LLScriptHandler(); new LLTipHandler(); new LLGroupHandler(); -- cgit v1.2.3