diff options
author | PavelK ProductEngine <pkrivich@productengine.com> | 2013-06-20 20:11:15 +0300 |
---|---|---|
committer | PavelK ProductEngine <pkrivich@productengine.com> | 2013-06-20 20:11:15 +0300 |
commit | 725b107e0861c9370c56baf7c876fb7e3c37857a (patch) | |
tree | 41b975df30f56d4e016fcede2ffb9e34cec8d814 /indra/newview/llchannelmanager.cpp | |
parent | 2b8beeeff1485682e2b47f330dc8b3c24e966961 (diff) |
CHUI-850 FIXED Unread notifications are lost after relog in certain circumstances
Diffstat (limited to 'indra/newview/llchannelmanager.cpp')
-rwxr-xr-x | indra/newview/llchannelmanager.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llchannelmanager.cpp b/indra/newview/llchannelmanager.cpp index 43757d0174..8b2d9e639f 100755 --- a/indra/newview/llchannelmanager.cpp +++ b/indra/newview/llchannelmanager.cpp @@ -139,8 +139,6 @@ void LLChannelManager::onLoginCompleted() } LLPersistentNotificationStorage::getInstance()->loadNotifications(); - - LLDoNotDisturbNotificationStorage::getInstance()->initialize(); LLDoNotDisturbNotificationStorage::getInstance()->loadNotifications(); } |