diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2009-11-11 12:09:46 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2009-11-11 12:09:46 +0200 |
commit | eed0b3460b8c417c152bbbf6b03b7f3d49255c53 (patch) | |
tree | cd4b22661b819d31a9da0123662c07d8c4ad40ce /indra/newview/llchiclet.cpp | |
parent | 2857dd026ce67f26f4da2f07ecffd8d6b754625c (diff) |
fixed EXT-2341 "Add Friend notification not shown", EXT-2351 "Friendship and
Teleport offers no longer pop toast notifications";
suppresed IM-floater on incoming offer and registerd offer handler in chiclet
counter updater;
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llchiclet.cpp')
-rw-r--r-- | indra/newview/llchiclet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index 5402f88cd3..eda4bfaa78 100644 --- a/indra/newview/llchiclet.cpp +++ b/indra/newview/llchiclet.cpp @@ -103,6 +103,7 @@ LLNotificationChiclet::LLNotificationChiclet(const Params& p) // connect counter handlers to the signals connectCounterUpdatersToSignal("notify"); connectCounterUpdatersToSignal("groupnotify"); + connectCounterUpdatersToSignal("offer"); } LLNotificationChiclet::~LLNotificationChiclet() |