summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-07-09 18:02:19 -0700
committerMerov Linden <merov@lindenlab.com>2012-07-09 18:02:19 -0700
commit550c6e369474a68bf43af039cd522165eaac1512 (patch)
treef5e21f7861a1e5599a59acec5ee12fc12d12c4a4 /indra/newview/llimview.cpp
parent1d41ff232870428022006875e98df5be21731c68 (diff)
parent9ab042dd1d003da15dd579f366db04d4aae3ff6b (diff)
Pull from richard/viewer-chui
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 79018ec366..cdbb7c7cca 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -2583,7 +2583,6 @@ LLUUID LLIMMgr::addSession(
LLDynamicArray<LLUUID> ids;
ids.put(other_participant_id);
LLUUID session_id = addSession(name, dialog, other_participant_id, ids, voice);
- notifyObserverSessionVoiceOrIMStarted(session_id);
return session_id;
}
@@ -2653,6 +2652,8 @@ LLUUID LLIMMgr::addSession(
noteMutedUsers(session_id, ids);
}
+ notifyObserverSessionVoiceOrIMStarted(session_id);
+
return session_id;
}