From 8c30b8ce5332a01546295c50ad4edeff5495bc5a Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Wed, 27 Apr 2005 15:06:25 +0000 Subject: [PATCH] asterix said this var names part II --- 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 66f83f8d2..9cfc01f26 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -89,8 +89,8 @@ class Config: 'send_os_info': [ opt_bool, True ], 'check_for_new_version': [ opt_bool, True ], 'usegpg': [ opt_bool, False ], - 'lognotusr': [ opt_bool, True ], - 'lognotsep': [ opt_bool, True ], + 'log_notif_in_user_file': [ opt_bool, True ], + 'log_notif_in_sep_file': [ opt_bool, True ], 'change_title': [ opt_bool, True ], }