diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-04-15 14:39:40 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-05-05 15:12:27 +0800 |
commit | 4786fdc5f4424c88c7fcaad5357f42a27c4e24ad (patch) | |
tree | 8633df67393677578e4a3496955ca29ddaf6c6c1 /data | |
parent | 1038e0350d5cbe5b70f8d618b1a13d6717da8d7c (diff) | |
download | gsoc2013-empathy-4786fdc5f4424c88c7fcaad5357f42a27c4e24ad.tar gsoc2013-empathy-4786fdc5f4424c88c7fcaad5357f42a27c4e24ad.tar.gz gsoc2013-empathy-4786fdc5f4424c88c7fcaad5357f42a27c4e24ad.tar.bz2 gsoc2013-empathy-4786fdc5f4424c88c7fcaad5357f42a27c4e24ad.tar.lz gsoc2013-empathy-4786fdc5f4424c88c7fcaad5357f42a27c4e24ad.tar.xz gsoc2013-empathy-4786fdc5f4424c88c7fcaad5357f42a27c4e24ad.tar.zst gsoc2013-empathy-4786fdc5f4424c88c7fcaad5357f42a27c4e24ad.zip |
Add a menu item to choose whether to show account balances in the roster
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.Empathy.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml.in b/data/org.gnome.Empathy.gschema.xml.in index 1c833ffcb..5f4e7fdec 100644 --- a/data/org.gnome.Empathy.gschema.xml.in +++ b/data/org.gnome.Empathy.gschema.xml.in @@ -49,6 +49,11 @@ <_summary>Show protocols</_summary> <_description>Whether to show protocols for contacts in the contact list.</_description> </key> + <key name="show-balance-in-roster" type="b"> + <default>false</default> + <_summary>Show Balance in roster</_summary> + <_description>Whether to show account balances for in the contact roster.</_description> + </key> <key name="compact-contact-list" type="b"> <default>false</default> <_summary>Compact contact list</_summary> |