From 77ddf66a14f19d06765a05c1d9f040357dc87056 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sat, 21 May 2005 13:53:09 +0000 Subject: [PATCH] rename the config vars [for signin/out] --- src/common/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/config.py b/src/common/config.py index 24aaa55aa..e240cdf15 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -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 ],