[empathy] Don't show groups by default



commit 9ef2bba7ca3fe048cc637b64613e8a574f516dc7
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Jun 13 09:59:13 2012 +0200

    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

 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 6deaffa..9b653cc 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]