default for GUI via glade and not via code for sync_with_global_status too
This commit is contained in:
parent
1c9e02e2f5
commit
1d63886ef8
|
@ -926,8 +926,6 @@ class Account_modification_window:
|
|||
self.account = account
|
||||
self.modify = False
|
||||
|
||||
#default is checked
|
||||
self.xml.get_widget('sync_with_global_status_checkbutton').set_active(1)
|
||||
self.xml.signal_autoconnect(self)
|
||||
if account:
|
||||
self.modify = True
|
||||
|
|
|
@ -1003,7 +1003,7 @@
|
|||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
<property name="active">False</property>
|
||||
<property name="active">True</property>
|
||||
<property name="inconsistent">False</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
</widget>
|
||||
|
|
Loading…
Reference in New Issue