default for GUI via glade and not via code for sync_with_global_status too

This commit is contained in:
Yann Leboulanger 2005-05-10 15:57:49 +00:00
parent 1c9e02e2f5
commit 1d63886ef8
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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>