summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2013-02-06 20:17:35 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2013-02-06 20:17:35 +0200
commit302f57e47fdab9e043a72e6a83f0f2b1992f2a99 (patch)
treea453eff8b14cdc1b3d53980353e2f20e47012004 /indra/newview/llimview.cpp
parent9b0404c4b5c99be3ab3591c7677f95f987056795 (diff)
CHUI-744 FIXED KeepConversationLogTranscripts setting is moved to settings_per_account.xml
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 1cceb68e2a..d4c8d8c4f4 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -928,7 +928,7 @@ bool LLIMModel::addToHistory(const LLUUID& session_id, const std::string& from,
bool LLIMModel::logToFile(const std::string& file_name, const std::string& from, const LLUUID& from_id, const std::string& utf8_text)
{
- if (gSavedSettings.getS32("KeepConversationLogTranscripts") > 1)
+ if (gSavedPerAccountSettings.getS32("KeepConversationLogTranscripts") > 1)
{
std::string from_name = from;