summaryrefslogtreecommitdiff
path: root/indra/newview/llavataractions.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-10-15 19:44:14 -0700
committerMerov Linden <merov@lindenlab.com>2012-10-15 19:44:14 -0700
commit1557bffb5630158430946abd600218be89e3590e (patch)
treee392e408fd1c1c8b57c652a7122645d47b5f7520 /indra/newview/llavataractions.cpp
parent5ec3b64a207327515859d5d4feca0dab9974f200 (diff)
MAINT-1551 : WIP : Added a hack : send an accept invitation message so to trigger the sending of the agent list.
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rwxr-xr-xindra/newview/llavataractions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp
index f7f5c04ef9..600df31c8b 100755
--- a/indra/newview/llavataractions.cpp
+++ b/indra/newview/llavataractions.cpp
@@ -304,8 +304,8 @@ void LLAvatarActions::startConference(const uuid_vec_t& ids, const LLUUID& float
LLIMFloater::show(session_id);
// gIMMgr->processAgentListUpdates(session_id, LLSD());
- gIMMgr->startCall(session_id,LLVoiceChannel::OUTGOING_CALL);
- gIMMgr->endCall(session_id);
+// gIMMgr->startCall(session_id,LLVoiceChannel::OUTGOING_CALL);
+// gIMMgr->endCall(session_id);
make_ui_sound("UISndStartIM");
}