aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.Empathy.gschema.xml
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-13 15:59:13 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-15 19:45:47 +0800
commit9ef2bba7ca3fe048cc637b64613e8a574f516dc7 (patch)
treea4d6f9dacf115ea7900fb9c6f7457ac94ddec45e /data/org.gnome.Empathy.gschema.xml
parent52189008475461e67cc43d9fb6eef7eeea5d3529 (diff)
downloadgsoc2013-empathy-9ef2bba7ca3fe048cc637b64613e8a574f516dc7.tar
gsoc2013-empathy-9ef2bba7ca3fe048cc637b64613e8a574f516dc7.tar.gz
gsoc2013-empathy-9ef2bba7ca3fe048cc637b64613e8a574f516dc7.tar.bz2
gsoc2013-empathy-9ef2bba7ca3fe048cc637b64613e8a574f516dc7.tar.lz
gsoc2013-empathy-9ef2bba7ca3fe048cc637b64613e8a574f516dc7.tar.xz
gsoc2013-empathy-9ef2bba7ca3fe048cc637b64613e8a574f516dc7.tar.zst
gsoc2013-empathy-9ef2bba7ca3fe048cc637b64613e8a574f516dc7.zip
Don't show groups by default
The new design is less groups oriented. Users can easly get them back using the preferences dialog. https://bugzilla.gnome.org/show_bug.cgi?id=677949
Diffstat (limited to 'data/org.gnome.Empathy.gschema.xml')
-rw-r--r--data/org.gnome.Empathy.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml b/data/org.gnome.Empathy.gschema.xml
index 6deaffaf1..9b653ccc6 100644
--- a/data/org.gnome.Empathy.gschema.xml
+++ b/data/org.gnome.Empathy.gschema.xml
@@ -80,7 +80,7 @@ present them to the user immediately.</description>
<description>The stored position (in pixels) of the chat window side pane.</description>
</key>
<key name="show-groups" type="b">
- <default>true</default>
+ <default>false</default>
<summary>Show contact groups</summary>
<description>Whether to show groups in the contact list.</description>
</key>