summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2013-02-18 14:59:03 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2013-02-18 14:59:03 +0200
commitfdd55c279e303ffe86d715c697db595c89071703 (patch)
tree608fb0285435b422fd2b22d9dc01020cc5306930 /indra/newview
parent8c20b1e002e2056b27b3bc4613cf077a4a6d3774 (diff)
CHUI-742 FIXED Do not update Log locations immediately after selecting a new location.
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llfloaterpreference.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp
index 662d2df5d2..b1b22efc56 100755
--- a/indra/newview/llfloaterpreference.cpp
+++ b/indra/newview/llfloaterpreference.cpp
@@ -1446,7 +1446,6 @@ void LLFloaterPreference::onClickLogPath()
std::string dir_name = picker.getDirName();
gSavedPerAccountSettings.setString("InstantMessageLogPath", dir_name);
- updateLogLocation(dir_name);
// enable/disable 'Delete transcripts button
updateDeleteTranscriptsButton();