diff options
author | PavelK ProductEngine <pkrivich@productengine.com> | 2013-04-17 19:55:13 +0300 |
---|---|---|
committer | PavelK ProductEngine <pkrivich@productengine.com> | 2013-04-17 19:55:13 +0300 |
commit | 6ad4822a05fa2d0cb0a9ab616384b374dc877883 (patch) | |
tree | 9129dbaf17cb73009ab2e0bf8a6202fc2fbb56ef /indra/newview/lldonotdisturbnotificationstorage.cpp | |
parent | cfd132a0def48a3dff62aebc480feeb4639babea (diff) |
CHUI-933 FIXED No notification of IMs when coming out of Do Not Disturb mode with Flash Toolbar button preference
Diffstat (limited to 'indra/newview/lldonotdisturbnotificationstorage.cpp')
-rw-r--r-- | indra/newview/lldonotdisturbnotificationstorage.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/lldonotdisturbnotificationstorage.cpp b/indra/newview/lldonotdisturbnotificationstorage.cpp index 1cb650e4ea..b9e3b60240 100644 --- a/indra/newview/lldonotdisturbnotificationstorage.cpp +++ b/indra/newview/lldonotdisturbnotificationstorage.cpp @@ -210,11 +210,6 @@ void LLDoNotDisturbNotificationStorage::loadNotifications() } - if(imToastExists) - { - LLFloaterReg::showInstance("im_container"); - } - bool isConversationLoggingAllowed = gSavedPerAccountSettings.getS32("KeepConversationLogTranscripts") > 0; if(group_ad_hoc_toast_exists && isConversationLoggingAllowed) { @@ -267,11 +262,6 @@ void LLDoNotDisturbNotificationStorage::updateNotifications() } } - if(imToastExists) - { - LLFloaterReg::showInstance("im_container"); - } - if(imToastExists || offerExists) { make_ui_sound("UISndNewIncomingIMSession"); |