From 47e9e111378972fee9ce97608a3cf750089ab655 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 8 Mar 2013 16:10:20 -0500 Subject: Add "week-start-day-name" setting. Replaces the "week-start-day" setting, which is now deprecated. The new setting uses an enum type compatible with GDateWeekday. --- data/org.gnome.evolution.calendar.gschema.xml.in | 27 ++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 241b3f3bbc..5b3f3589e2 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -7,6 +7,17 @@ + + + + + + + + + + + '' @@ -318,16 +329,24 @@ <_summary>Use system timezone <_description>Use the system timezone instead of the timezone selected in Evolution - - 1 - <_summary>Week start - <_description>Weekday the week starts on, from Sunday (0) to Saturday (6) + + 'monday' + <_summary>First day of the week 62 <_summary>Work days <_description>Days on which the start and end of work hours should be indicated + + + + + 1 + <_summary>(Deprecated) First day of the week, from Sunday (0) to Saturday (6) + <_description>This key was deprecated in version 3.10 and should no longer be used. Use "week-start-day-name" instead. + + -- cgit v1.2.3