diff options
-rw-r--r-- | indra/newview/llchiclet.cpp | 4 | ||||
-rw-r--r-- | indra/newview/llnotificationmanager.cpp | 1 |
2 files changed, 3 insertions, 2 deletions
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(); |