default to connect at startup for a new account

This commit is contained in:
Nikos Kouremenos 2005-06-18 21:55:31 +00:00
parent 31df215198
commit 36240c71de
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ class Config:
'password': [ opt_str, '' ],
'resource': [ opt_str, 'gajim' ],
'priority': [ opt_int, 5 ],
'autoconnect': [ opt_bool, False ],
'autoconnect': [ opt_bool, True ],
'proxy': [ opt_str, '' ],
'keyid': [ opt_str, '' ],
'keyname': [ opt_str, '' ],

View File

@ -954,7 +954,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>