summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-01-17 01:58:40 +0000
committerCho <cho@lindenlab.com>2013-01-17 01:58:40 +0000
commit1a3de3b1fc79f7a237922fc813d97d3ba8deb4f3 (patch)
treee00623423296f76a6429791ec6c86f958d08c3a6 /indra/newview/llagent.cpp
parent5083517c7cd6b91b8920ab0f698600abed955280 (diff)
parent2f551019921ca12f9dd94f474a4d684e04d73dd7 (diff)
merging latest changes
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();
}
}