summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-03-28 11:27:48 -0700
committerRichard Linden <none@none>2012-03-28 11:27:48 -0700
commit27ce5c301633fa75c32087e347347ab9111aa787 (patch)
tree5e12eedebe3766e517039810f2a9f20b46653f92
parent1ea65f0285d7022ce20ef84d4e35e3c94bcb3fbd (diff)
CHUI-51 WIP notifications routing code cleanup
fixed crash on login
-rw-r--r--indra/newview/llchiclet.cpp4
-rw-r--r--indra/newview/llnotificationmanager.cpp1
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();