diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-13 09:59:13 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-15 13:45:47 +0200 |
commit | 9ef2bba7ca3fe048cc637b64613e8a574f516dc7 (patch) | |
tree | a4d6f9dacf115ea7900fb9c6f7457ac94ddec45e /data | |
parent | 52189008475461e67cc43d9fb6eef7eeea5d3529 (diff) | |
download | empathy-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.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 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> |