summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpeople.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-11-12 19:36:24 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2009-11-12 19:36:24 +0000
commit4acc05b3793623a03ea763c5c8c4072f986ee286 (patch)
tree3b674c554ccfa9348861d773531a7ef8b04a53e4 /indra/newview/llpanelpeople.cpp
parentdd9abe71c25f1ed03771005e8ca3f7fb0aaef5b2 (diff)
parente5a2b1c458a86006959b924986288c48689a9bd3 (diff)
merge latest batch of stuff from viewer2voiceparity
Diffstat (limited to 'indra/newview/llpanelpeople.cpp')
-rw-r--r--indra/newview/llpanelpeople.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelpeople.cpp b/indra/newview/llpanelpeople.cpp
index 9ba94c8ca9..2bbb2b7153 100644
--- a/indra/newview/llpanelpeople.cpp
+++ b/indra/newview/llpanelpeople.cpp
@@ -1193,7 +1193,7 @@ void LLPanelPeople::onCallButtonClicked()
if (selected_uuids.size() == 1)
{
// initiate a P2P voice chat with the selected user
- LLAvatarActions::startCall(selected_uuids[0]);
+ LLAvatarActions::startCall(getCurrentItemID());
}
else if (selected_uuids.size() > 1)
{