diff options
| author | William Todd Stinson <stinson@lindenlab.com> | 2012-12-19 01:48:37 -0800 |
|---|---|---|
| committer | William Todd Stinson <stinson@lindenlab.com> | 2012-12-19 01:48:37 -0800 |
| commit | bd6d34d312c3e3322ab62f3a60253fb88fcbc9e3 (patch) | |
| tree | 9a32809b727586b0e816e085be29e332befeadff /indra/newview/llchannelmanager.cpp | |
| parent | 6b9ead91459d702727b54ab7e51614c2d5959f5f (diff) | |
CHUI-499: Loading the DND notifications upon exit from DND mode and after login.
Diffstat (limited to 'indra/newview/llchannelmanager.cpp')
| -rw-r--r-- | indra/newview/llchannelmanager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llchannelmanager.cpp b/indra/newview/llchannelmanager.cpp index dd2bcc742b..43757d0174 100644 --- a/indra/newview/llchannelmanager.cpp +++ b/indra/newview/llchannelmanager.cpp @@ -139,7 +139,9 @@ void LLChannelManager::onLoginCompleted() } LLPersistentNotificationStorage::getInstance()->loadNotifications(); + LLDoNotDisturbNotificationStorage::getInstance()->initialize(); + LLDoNotDisturbNotificationStorage::getInstance()->loadNotifications(); } //-------------------------------------------------------------------------- |
