Skip to content
Snippets Groups Projects
Commit bbe1c02f authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

finish changing config option names ...

parent 00cd5dd0
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment