GNOME Bugzilla – Bug 669098
saved-im-presence and saved-session-presence don't have a summary
Last modified: 2012-02-20 07:42:42 UTC
These gsettings keys don't have a summary making gnome-tweak-tool cry at startup: WARNING : Schema /home/cassidy/usr/share/glib-2.0/schemas/org.gnome.shell.gschema.xml missing summary text: <key name="saved-im-presence" type="i"> <default>1</default> <summary/> </key> WARNING : Schema /home/cassidy/usr/share/glib-2.0/schemas/org.gnome.shell.gschema.xml missing summary text: <key name="saved-session-presence" type="i"> <default>0</default> <summary/> </key>
Created attachment 206504 [details] [review] set a summary on the saved-im-presence and saved-session-presence keys
Review of attachment 206504 [details] [review]: This is sort of bound up with bug 668214, but i think we can go ahead and land something here anyways ::: data/org.gnome.shell.gschema.xml.in @@ +54,3 @@ <key name="saved-im-presence" type="i"> <default>1</default> + <_summary>The last TpConnectionPresenceType set on IM accounts</_summary> i think a better summary would be something like; Internally used to store the last IM presence explicitly set by the user. The value here is from the TpConnectionPresenceType enumeration. With the biggest change being simply the use of the word 'Internal" @@ +58,3 @@ <key name="saved-session-presence" type="i"> <default>0</default> + <_summary>The last GsmPresenceStatus set on the session</_summary> Maybe: Internally used to store the last session presence status for the user. TThe value here is from the GsmPresenceStatus enumeration.
Created attachment 207836 [details] [review] set a summary on the saved-im-presence and saved-session-presence keys
Review of attachment 207836 [details] [review]: Thanks
Attachment 207836 [details] pushed as 7a4b613 - set a summary on the saved-im-presence and saved-session-presence keys