From 039cc929d09828b449d3d9ec29c9ea297af56088 Mon Sep 17 00:00:00 2001 From: Paul ProductEngine Date: Wed, 15 Aug 2012 15:03:19 +0300 Subject: CHUI-257 FIXED (Using clear cache option in preferences clears call log also) - Changed location where call log file is saved. Now it's saved with other user settings files under each avatar's directory in the user settings directory. --- indra/newview/llconversationlog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llconversationlog.cpp b/indra/newview/llconversationlog.cpp index 137b97326c..b6713465f3 100644 --- a/indra/newview/llconversationlog.cpp +++ b/indra/newview/llconversationlog.cpp @@ -241,7 +241,7 @@ std::string LLConversationLog::getFileName() std::string agent_id_string; gAgent.getID().toString(agent_id_string); - return gDirUtilp->getExpandedFilename(LL_PATH_CACHE, agent_id_string) + ".call_log"; + return gDirUtilp->getExpandedFilename(LL_PATH_PER_SL_ACCOUNT, agent_id_string) + ".call_log"; } bool LLConversationLog::saveToFile(const std::string& filename) -- cgit v1.2.3