From 7bf83a3d7199d8a81b9c588b32d9bca8a3084df8 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 12 Mar 2005 18:18:52 +0000 Subject: [PATCH] no need to save that here, it is done later in the function --- plugins/gtkgui/config.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/gtkgui/config.py b/plugins/gtkgui/config.py index fbd731756..65e867b02 100644 --- a/plugins/gtkgui/config.py +++ b/plugins/gtkgui/config.py @@ -1035,9 +1035,6 @@ class Account_modification_window: list_no_log_for.append(name) self.infos['no_log_for'] = ' '.join(list_no_log_for) - self.plugin.accounts[self.account]['sync_with_global_status'] = \ - self.xml.get_widget('sync_with_global_status_checkbutton').get_active() - use_proxy = 0 if self.xml.get_widget('use_proxy_checkbutton').get_active(): use_proxy = 1