summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationloglist.cpp
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2013-06-05 17:32:10 -0400
committerJonathan Yap <none@none>2013-06-05 17:32:10 -0400
commitec52db8d0c4099dd5e3b476f7b44a4ebda7cb676 (patch)
tree6a24cc87ca231c562d91f6a1467f6d8269119ba1 /indra/newview/llconversationloglist.cpp
parent412d553f5249b6ffeda3d7e3aba1e97d8db52b2e (diff)
STORM-1838 Slowly reappling changes to work with CHUI
Diffstat (limited to 'indra/newview/llconversationloglist.cpp')
-rw-r--r--indra/newview/llconversationloglist.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llconversationloglist.cpp b/indra/newview/llconversationloglist.cpp
index 5ab108b39f..cf9c9b3415 100644
--- a/indra/newview/llconversationloglist.cpp
+++ b/indra/newview/llconversationloglist.cpp
@@ -311,6 +311,7 @@ void LLConversationLogList::onCustomAction(const LLSD& userdata)
}
else if ("offer_teleport" == command_name)
{
+llwarns << "DBG " << llendl;
LLAvatarActions::offerTeleport(selected_conversation_participant_id);
}
else if("add_friend" == command_name)