Mercurial > libervia-backend
changeset 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 | c1e916594e09 |
children | b6dbac8ee485 |
files | src/memory/params.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/memory/params.py Thu Oct 16 20:18:40 2014 +0200 +++ b/src/memory/params.py Thu Oct 16 17:02:44 2014 +0200 @@ -46,7 +46,7 @@ <param name="Password" value="" type="password" /> <param name="%(history_param)s" label="%(history_label)s" value="20" constraint="0;100" type="int" security="0" /> <param name="%(show_offline_contacts)s" label="%(show_offline_contacts_label)s" value="false" type="bool" security="0" /> - <param name="%(show_empty_groups)s" label="%(show_empty_groups_label)s" value="false" type="bool" security="0" /> + <param name="%(show_empty_groups)s" label="%(show_empty_groups_label)s" value="true" type="bool" security="0" /> </category> <category name="Connection" label="%(category_connection)s"> <param name="JabberID" value="name@example.org/SàT" type="string" />