diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2012-09-03 17:52:54 +0300 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2012-09-03 17:52:54 +0300 |
commit | 7bad109c3d7e6d70649839634586a09033cfb207 (patch) | |
tree | ad041833645fd9fd73cc2f7acb7d1ae67b545733 /indra/newview/llconversationlog.h | |
parent | eb13b2b4680ab80e8a20d341a481b8c1d62ca156 (diff) |
CHUI-314 FIXED (Update Save IM logs on my computer setting to also control populatoin of conversation log)
- Now LLConversationLog is optionally listener of IMSession, dependently on "LogInstantMessages" per account setting, saving of call log to file also depends on this setting.
Which means that with the Save IM logs on my computer disabled: IM logs for the user will not be saved to their computer and conversations will not be logged to the conversation log.
Diffstat (limited to 'indra/newview/llconversationlog.h')
-rw-r--r-- | indra/newview/llconversationlog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llconversationlog.h b/indra/newview/llconversationlog.h index f2b6a67c92..9fd54c61c9 100644 --- a/indra/newview/llconversationlog.h +++ b/indra/newview/llconversationlog.h @@ -145,6 +145,8 @@ private: LLConversationLog(); + void observeIMSession(); + /** * constructs file name in which conversations log will be saved * file name is conversation.log |