summaryrefslogtreecommitdiff
path: root/indra/newview/llavataractions.cpp
diff options
context:
space:
mode:
authorMaximB ProductEngine <mberezhnoy@productengine.com>2012-11-27 17:55:50 +0200
committerMaximB ProductEngine <mberezhnoy@productengine.com>2012-11-27 17:55:50 +0200
commitd9ad20055330e0911a553af284359a5cf5711b7b (patch)
tree6ee0d47e0ae550b02e0e74cf1526413cf3763b6b /indra/newview/llavataractions.cpp
parent5269c6e37c17eec5b662fd57d17e6a87fdccc421 (diff)
CHUI-544 (Legacy name shows in conversation list for user that answers a voice call)
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rwxr-xr-xindra/newview/llavataractions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp
index f5d8998ce5..1969a0bc5f 100755
--- a/indra/newview/llavataractions.cpp
+++ b/indra/newview/llavataractions.cpp
@@ -215,7 +215,7 @@ void LLAvatarActions::endIM(const LLUUID& id)
static void on_avatar_name_cache_start_call(const LLUUID& agent_id,
const LLAvatarName& av_name)
{
- std::string name = av_name.getCompleteName();
+ std::string name = av_name.mDisplayName;
LLUUID session_id = gIMMgr->addSession(name, IM_NOTHING_SPECIAL, agent_id, true);
if (session_id != LLUUID::null)
{