From 3ee0bc750064ff59e2d70fdddf67f1cf80e861ba Mon Sep 17 00:00:00 2001 From: Cinders Date: Thu, 25 Jul 2013 06:09:34 -0600 Subject: [PATCH] Fix llconversationloglist.cpp --- indra/newview/llconversationloglist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llconversationloglist.cpp b/indra/newview/llconversationloglist.cpp index 89c1a3d7f6..6f03de345e 100755 --- a/indra/newview/llconversationloglist.cpp +++ b/indra/newview/llconversationloglist.cpp @@ -351,7 +351,7 @@ void LLConversationLogList::onCustomAction(const LLSD& userdata) LLAvatarActions::toggleBlock(selected_conversation_participant_id); } // Open conversation history externally - else if ("chat_history_external") + else if ("chat_history_external" == command_name) { gViewerWindow->getWindow()->openFile(LLLogChat::makeLogFileName( LLConversationLog::getInstance()->getConversation(selected_conversation_session_id)->getHistoryFileName()));