no need to save that here, it is done later in the function
This commit is contained in:
parent
3ea5670d8f
commit
7bf83a3d71
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue