diff options
author | maxim@mnikolenko <maxim@mnikolenko> | 2014-03-14 12:21:25 +0200 |
---|---|---|
committer | maxim@mnikolenko <maxim@mnikolenko> | 2014-03-14 12:21:25 +0200 |
commit | 09d1c27d4f78c78d949b6a3d896d6f58df2dfc06 (patch) | |
tree | 2366f6ff31289a27092bef9e9fb2db272f17eb60 /indra/newview/llagent.cpp | |
parent | cb91708332b8b8ddfe27808602ec5f43f11c24c2 (diff) |
MAINT-3822 FIXED Show busy mode message only once for each im session.
Diffstat (limited to 'indra/newview/llagent.cpp')
-rwxr-xr-x | indra/newview/llagent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index f150ceda67..7a93a95ebf 100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -1466,6 +1466,7 @@ void LLAgent::setDoNotDisturb(bool pIsDoNotDisturb) { LLDoNotDisturbNotificationStorage::getInstance()->updateNotifications(); } + gIMMgr->updateDNDMessageStatus(); } //----------------------------------------------------------------------------- |