summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authormaxim@mnikolenko <maxim@mnikolenko>2014-03-14 12:21:25 +0200
committermaxim@mnikolenko <maxim@mnikolenko>2014-03-14 12:21:25 +0200
commit09d1c27d4f78c78d949b6a3d896d6f58df2dfc06 (patch)
tree2366f6ff31289a27092bef9e9fb2db272f17eb60 /indra/newview/llagent.cpp
parentcb91708332b8b8ddfe27808602ec5f43f11c24c2 (diff)
MAINT-3822 FIXED Show busy mode message only once for each im session.
Diffstat (limited to 'indra/newview/llagent.cpp')
-rwxr-xr-xindra/newview/llagent.cpp1
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();
}
//-----------------------------------------------------------------------------