diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-02-18 14:59:03 +0200 | 
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-02-18 14:59:03 +0200 | 
| commit | fdd55c279e303ffe86d715c697db595c89071703 (patch) | |
| tree | 608fb0285435b422fd2b22d9dc01020cc5306930 | |
| parent | 8c20b1e002e2056b27b3bc4613cf077a4a6d3774 (diff) | |
CHUI-742 FIXED Do not update Log locations immediately after selecting a new location.
| -rwxr-xr-x | indra/newview/llfloaterpreference.cpp | 1 | 
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(); | 
