Fix for log file name with datestamp checkbox on Comm Prefs Panel never enabling, and thus being intangible.

Also, enable local chat loggings by default.
This commit is contained in:
Lirusaito
2012-07-27 12:55:13 -04:00
parent a7f02b3964
commit 27d8d100c5
2 changed files with 4 additions and 5 deletions

View File

@@ -461,7 +461,7 @@
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
<integer>1</integer>
</map>
<key>LogChatIM</key>
<map>
@@ -472,7 +472,7 @@
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
<integer>1</integer>
</map>
<key>LogChatTimestamp</key>
<map>
@@ -483,7 +483,7 @@
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
<integer>1</integer>
</map>
<key>LogInstantMessages</key>
<map>

View File

@@ -53,8 +53,6 @@
#include "rlvhandler.h"
// [/RLVa:KB]
class AIDirPicker;
class LLPrefsIMImpl : public LLPanel
{
public:
@@ -269,6 +267,7 @@ void LLPrefsIMImpl::setPersonalInfo(const std::string& visibility, bool im_via_e
childEnable("log_chat_timestamp");
childEnable("log_chat_IM");
childEnable("log_date_timestamp");
childEnable("logfile_name_datestamp");
//RN: get wide string so replace char can work (requires fixed-width encoding)
LLWString busy_response = utf8str_to_wstring( gSavedPerAccountSettings.getString("BusyModeResponse") );