[gnome-shell] Change default of saved-im-presence to Offline



commit 8e32290dc95ed7a8051815c0972dc7aa49ac750f
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Sat Oct 8 17:31:05 2011 -0400

    Change default of saved-im-presence to Offline
    
    Unset is not a valid presence type so the Shell shouldn't try setting it when
    starting for the first time.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=661272

 data/org.gnome.shell.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.shell.gschema.xml.in b/data/org.gnome.shell.gschema.xml.in
index 82b0c33..78aa79a 100644
--- a/data/org.gnome.shell.gschema.xml.in
+++ b/data/org.gnome.shell.gschema.xml.in
@@ -51,7 +51,7 @@
       <_summary>History for the looking glass dialog</_summary>
     </key>
     <key name="saved-im-presence" type="i">
-      <default>0</default>
+      <default>1</default>
       <_summary></_summary>
     </key>
     <key name="saved-session-presence" type="i">



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