Mercurial > pidgin
diff src/log.c @ 11698:a647f92e1d57
[gaim-migrate @ 13989]
Change the pref "Enable system log" to "Log all status changes" and
remove:
* Log when buddies log in/log out
* Log when buddies become idle/un-idle
* Log when buddies go away/come back
* Log your own signons/idleness/awayness
If the status change log is enable, then the above 4 things will all
be logged
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Thu, 20 Oct 2005 04:04:06 +0000 |
| parents | 8004885fabbe |
| children | a53cef8bd22b |
line wrap: on
line diff
--- a/src/log.c Thu Oct 20 03:48:22 2005 +0000 +++ b/src/log.c Thu Oct 20 04:04:06 2005 +0000 @@ -491,10 +491,6 @@ gaim_prefs_add_bool("/core/logging/log_ims", FALSE); gaim_prefs_add_bool("/core/logging/log_chats", FALSE); gaim_prefs_add_bool("/core/logging/log_system", FALSE); - gaim_prefs_add_bool("/core/logging/log_signon_signoff", FALSE); - gaim_prefs_add_bool("/core/logging/log_idle_state", FALSE); - gaim_prefs_add_bool("/core/logging/log_away_state", FALSE); - gaim_prefs_add_bool("/core/logging/log_own_states", FALSE); gaim_prefs_add_string("/core/logging/format", "txt");
