From 7a4b6138c1166a3f5ba2d8e946f4f7ec6e03ad24 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 31 Jan 2012 11:11:16 +0100 Subject: [PATCH] set a summary on the saved-im-presence and saved-session-presence keys https://bugzilla.gnome.org/show_bug.cgi?id=669098 --- data/org.gnome.shell.gschema.xml.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/org.gnome.shell.gschema.xml.in b/data/org.gnome.shell.gschema.xml.in index 00bba5d05..3772d46e8 100644 --- a/data/org.gnome.shell.gschema.xml.in +++ b/data/org.gnome.shell.gschema.xml.in @@ -53,11 +53,13 @@ 1 - <_summary> + <_summary>Internally used to store the last IM presence explicitly set by the user. The +value here is from the TpConnectionPresenceType enumeration. 0 - <_summary> + <_summary>Internally used to store the last session presence status for the user. The +value here is from the GsmPresenceStatus enumeration.