do not default to check_for_new_version True until we have a pseudo thread doing that [or else in heavy net load Gajim takes a long time and user think we need to hugely optimize our code]

This commit is contained in:
Nikos Kouremenos 2005-05-21 14:37:36 +00:00
parent bbbb4117f7
commit a3f3d8f766
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class Config:
'before_nickname': [ opt_str, '<' ],
'after_nickname': [ opt_str, '>' ],
'send_os_info': [ opt_bool, True ],
'check_for_new_version': [ opt_bool, True ],
'check_for_new_version': [ opt_bool, False ],
'usegpg': [ opt_bool, False ],
'log_notif_in_user_file': [ opt_bool, True ],
'log_notif_in_sep_file': [ opt_bool, True ],