diff options
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 e2aa256e5..528a7c27e 100644 --- a/data/org.gnome.Empathy.gschema.xml +++ b/data/org.gnome.Empathy.gschema.xml @@ -44,7 +44,7 @@ </schema> <schema id="org.gnome.Empathy.ui" path="/org/gnome/empathy/ui/"> <key name="show-offline" type="b"> - <default>true</default> + <default>false</default> <summary>Show offline contacts</summary> <description>Whether to show contacts that are offline in the contact list.</description> </key> |