finish changing config option names ...

This commit is contained in:
Yann Leboulanger 2005-05-12 17:46:17 +00:00
parent 00cd5dd0dc
commit bbe1c02fc2
1 changed files with 2 additions and 2 deletions

View File

@ -63,9 +63,9 @@ class Logger:
if kind == 'status': #we save time:jid:show:msg
if not show:
show = 'online'
if common.gajim.config.get('lognotusr'):
if common.gajim.config.get('log_notif_in_user_file'):
files.append(ji)
if common.gajim.config.get('lognotsep'):
if common.gajim.config.get('log_notif_in_sep_file'):
files.append('notify.log')
elif kind == 'incoming': # we save time:recv:message
files.append(ji)