From 51ef2a23df241dd10c38f249f0c12aba2077fcb6 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Wed, 15 Jun 2005 10:00:08 +0000 Subject: [PATCH] do not default to sync with global status for new account --- src/common/config.py | 2 +- src/gtkgui.glade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/config.py b/src/common/config.py index 89a5ec066..31384f061 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -124,7 +124,7 @@ class Config: 'custom_host': [ opt_str, '' ], 'savegpgpass': [ opt_bool, False ], 'gpgpassword': [ opt_str, '' ], - 'sync_with_global_status': [ opt_bool, True ], + 'sync_with_global_status': [ opt_bool, False ], 'no_log_for': [ opt_str, '' ], 'attached_gpg_keys': [ opt_str, '' ], }, {}), diff --git a/src/gtkgui.glade b/src/gtkgui.glade index 140edbbd2..c73211f54 100644 --- a/src/gtkgui.glade +++ b/src/gtkgui.glade @@ -992,7 +992,7 @@ True GTK_RELIEF_NORMAL True - True + False False True