summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-01-16 14:55:41 -0800
committerMerov Linden <merov@lindenlab.com>2013-01-16 14:55:41 -0800
commit2f551019921ca12f9dd94f474a4d684e04d73dd7 (patch)
treea82d80e6209090c1fb9a5474c78da3a689f64bcf /indra/newview/llagent.cpp
parentf43f51406b024ed2423e068114ae818bac5c6df5 (diff)
parent41a53e864924cdb192aad9b3906006d7e8d4c91e (diff)
Pull from lindenlab/viewer-chui
Diffstat (limited to 'indra/newview/llagent.cpp')
-rwxr-xr-xindra/newview/llagent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index d28af3eff9..094d502078 100755
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -1397,7 +1397,7 @@ void LLAgent::setDoNotDisturb(bool pIsDoNotDisturb)
LLNotificationsUI::LLChannelManager::getInstance()->muteAllChannels(pIsDoNotDisturb);
if (isDoNotDisturbSwitchedOff)
{
- LLDoNotDisturbNotificationStorage::getInstance()->loadNotifications();
+ LLDoNotDisturbNotificationStorage::getInstance()->updateNotifications();
}
}