diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2012-05-15 13:42:42 +1000 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2012-05-15 20:40:27 +1000 |
commit | f1225d5e0ca93beef95c12392f1c154499463d9c (patch) | |
tree | 208ab219d11f5b1270ee4a6d8d49b6d5389e5cbe /data | |
parent | 78f9deb1eb4d01a3e320fe5019f6766a0404448c (diff) |
Add preference to show account balances
Set this 'true' by default.
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.Empathy.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml b/data/org.gnome.Empathy.gschema.xml index e7d045e8..49451979 100644 --- a/data/org.gnome.Empathy.gschema.xml +++ b/data/org.gnome.Empathy.gschema.xml @@ -60,7 +60,7 @@ <description>Whether to show protocols for contacts in the contact list.</description> </key> <key name="show-balance-in-roster" type="b"> - <default>false</default> + <default>true</default> <summary>Show Balance in contact list</summary> <description>Whether to show account balances in the contact list.</description> </key> |