comparison src/memory/params.py @ 1238:ff58a49a7022

memory (params): set "Show empty groups" to True by default
author souliane <souliane@mailoo.org>
date Thu, 16 Oct 2014 17:02:44 +0200
parents 4da2e4d58bd0
children cfd636203e8f
comparison
equal deleted inserted replaced
1237:c1e916594e09 1238:ff58a49a7022
44 <individual> 44 <individual>
45 <category name="General" label="%(category_general)s"> 45 <category name="General" label="%(category_general)s">
46 <param name="Password" value="" type="password" /> 46 <param name="Password" value="" type="password" />
47 <param name="%(history_param)s" label="%(history_label)s" value="20" constraint="0;100" type="int" security="0" /> 47 <param name="%(history_param)s" label="%(history_label)s" value="20" constraint="0;100" type="int" security="0" />
48 <param name="%(show_offline_contacts)s" label="%(show_offline_contacts_label)s" value="false" type="bool" security="0" /> 48 <param name="%(show_offline_contacts)s" label="%(show_offline_contacts_label)s" value="false" type="bool" security="0" />
49 <param name="%(show_empty_groups)s" label="%(show_empty_groups_label)s" value="false" type="bool" security="0" /> 49 <param name="%(show_empty_groups)s" label="%(show_empty_groups_label)s" value="true" type="bool" security="0" />
50 </category> 50 </category>
51 <category name="Connection" label="%(category_connection)s"> 51 <category name="Connection" label="%(category_connection)s">
52 <param name="JabberID" value="name@example.org/SàT" type="string" /> 52 <param name="JabberID" value="name@example.org/SàT" type="string" />
53 <param name="Password" value="" type="password" /> 53 <param name="Password" value="" type="password" />
54 <param name="Priority" value="50" type="int" constraint="-128;127"/> 54 <param name="Priority" value="50" type="int" constraint="-128;127"/>