[empathy] Mark the options for the sort-criterion enum



commit f0831e149c9ea3727793c0a412f2ca6e8f1b5bba
Author: Danielle Madeley <danielle madeley collabora co uk>
Date:   Wed May 9 17:06:41 2012 +1000

    Mark the options for the sort-criterion enum

 data/org.gnome.Empathy.gschema.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/org.gnome.Empathy.gschema.xml b/data/org.gnome.Empathy.gschema.xml
index 583eaca..e7d045e 100644
--- a/data/org.gnome.Empathy.gschema.xml
+++ b/data/org.gnome.Empathy.gschema.xml
@@ -104,6 +104,10 @@ present them to the user immediately.</description>
   <schema id="org.gnome.Empathy.contacts" path="/org/gnome/empathy/contacts/">
     <key name="sort-criterium" type="s">
       <default>'state'</default>
+      <choices>
+        <choice value='state'/>
+        <choice value='name'/>
+      </choices>
       <summary>Contact list sort criterion</summary>
       <description>Which criterion to use when sorting the contact list. Default is to sort by the contact's state with the value "state". A value of "name" will sort the contact list by name.</description>
     </key>



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