Backed out changeset: 584aa1ff2c5f

master
Kadah_Coba 2013-07-04 19:04:11 -07:00
parent feeedb6bfd
commit c0aa1c9301
1 changed files with 2 additions and 12 deletions

View File

@ -683,12 +683,7 @@ void LLAvatarTracker::processOnlineNotification(LLMessageSystem* msg, void**)
{
lldebugs << "LLAvatarTracker::processOnlineNotification()" << llendl;
instance().processNotify(msg, true);
// <FS:PP> FIRE-2731: Online/offline sound alert for friends
if (gSavedSettings.getBOOL("PlayModeUISndFriendOnline"))
{
make_ui_sound("UISndFriendOnline");
}
make_ui_sound("UISndFriendOnline"); // <FS:PP> FIRE-2731: Online/offline sound alert for friends
}
// static
@ -696,12 +691,7 @@ void LLAvatarTracker::processOfflineNotification(LLMessageSystem* msg, void**)
{
lldebugs << "LLAvatarTracker::processOfflineNotification()" << llendl;
instance().processNotify(msg, false);
// <FS:PP> FIRE-2731: Online/offline sound alert for friends
if (gSavedSettings.getBOOL("PlayModeUISndFriendOffline"))
{
make_ui_sound("UISndFriendOffline");
}
make_ui_sound("UISndFriendOffline"); // <FS:PP> FIRE-2731: Online/offline sound alert for friends
}
void LLAvatarTracker::processChange(LLMessageSystem* msg)