diff options
| author | mberezhnoy <mberezhnoy@productengine.com> | 2013-01-18 00:06:13 +0200 |
|---|---|---|
| committer | mberezhnoy <mberezhnoy@productengine.com> | 2013-01-18 00:06:13 +0200 |
| commit | 40c88de2c0525ec72b41e40b5f5b48fdf295aba2 (patch) | |
| tree | 604cdc2ab9c1affcbea558fe4eb26b211d79cb26 /indra/newview/llagent.cpp | |
| parent | 6a134c92d82746a2bfbf011e53aa04bdec67655f (diff) | |
| parent | e05449e7fe5e39f61c45504e27e109ffb4b68195 (diff) | |
merge!
Diffstat (limited to 'indra/newview/llagent.cpp')
| -rwxr-xr-x | indra/newview/llagent.cpp | 2 |
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(); } } |
