summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-13 09:59:13 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-15 13:45:47 +0200
commit9ef2bba7ca3fe048cc637b64613e8a574f516dc7 (patch)
treea4d6f9dacf115ea7900fb9c6f7457ac94ddec45e /data
parent52189008475461e67cc43d9fb6eef7eeea5d3529 (diff)
downloadtelepathy-account-widgets-9ef2bba7ca3fe048cc637b64613e8a574f516dc7.tar.gz
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')
-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 6deaffaf..9b653ccc 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>