summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authormaxim@mnikolenko <maxim@mnikolenko>2013-01-17 15:04:30 +0200
committermaxim@mnikolenko <maxim@mnikolenko>2013-01-17 15:04:30 +0200
commit05e063836abb20d487dfd4175a09413b0cea0e38 (patch)
tree13628e331344eb085d930a0217317f220dd730eb /indra/newview/llagent.cpp
parentb0774ec9147ddc2c2e5e93e5a74c929c802c32af (diff)
parent2f551019921ca12f9dd94f474a4d684e04d73dd7 (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();
}
}