rename the config vars [for signin/out]

This commit is contained in:
Nikos Kouremenos 2005-05-21 13:53:09 +00:00
parent d7f06a3fcd
commit 77ddf66a14
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ class Config:
'delroster': [ opt_bool, True ],
'alwaysauth': [ opt_bool, False ],
'autopopup': [ opt_bool, False ],
'notify_on_online': [ opt_bool, True ],
'notify_on_offline': [ opt_bool, False ],
'notify_on_signin': [ opt_bool, True ],
'notify_on_signout': [ opt_bool, False ],
'notify_on_new_message': [ opt_bool, False ],
'autopopupaway': [ opt_bool, False ],
'ignore_unknown_contacts': [ opt_bool, False ],