diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-11 15:28:24 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-11 15:28:24 +0200 |
commit | 9a88d4b02de57bf1e9e4e22d30d95f358d9ec37c (patch) | |
tree | ba0d3922cf8610b47523e55249eb7a7c4b601778 /indra/newview/llchiclet.cpp | |
parent | ef721de720690ad4ec89114c56197098c100136c (diff) | |
parent | 7123f0d447c39c0f81936eef8867b8ff3cc9cda8 (diff) |
merge
--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() |