summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authormberezhnoy <mberezhnoy@productengine.com>2013-01-18 00:06:13 +0200
committermberezhnoy <mberezhnoy@productengine.com>2013-01-18 00:06:13 +0200
commit40c88de2c0525ec72b41e40b5f5b48fdf295aba2 (patch)
tree604cdc2ab9c1affcbea558fe4eb26b211d79cb26 /indra/newview/llagent.cpp
parent6a134c92d82746a2bfbf011e53aa04bdec67655f (diff)
parente05449e7fe5e39f61c45504e27e109ffb4b68195 (diff)
merge!
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();
}
}