diff options
| author | Merov Linden <merov@lindenlab.com> | 2013-01-16 14:55:41 -0800 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2013-01-16 14:55:41 -0800 |
| commit | 2f551019921ca12f9dd94f474a4d684e04d73dd7 (patch) | |
| tree | a82d80e6209090c1fb9a5474c78da3a689f64bcf /indra/newview/llagent.cpp | |
| parent | f43f51406b024ed2423e068114ae818bac5c6df5 (diff) | |
| parent | 41a53e864924cdb192aad9b3906006d7e8d4c91e (diff) | |
Pull from lindenlab/viewer-chui
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(); } } |
