From 566d48b354500180700d23405d500a101d3bfd2f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 8 Mar 2013 17:09:37 -0500 Subject: Split "working-days" setting into separate booleans. Add separate boolean keys for each day of the week: "working-day-monday" "working-day-tuesday" "working-day-wednesday" "working-day-thursday" "working-day-friday" "working-day-saturday" "working-day-sunday" These are much easier to decipher and much easier to bind boolean GObject properties to. The "working-days" setting is now deprecated. --- data/org.gnome.evolution.calendar.gschema.xml.in | 36 +++++++++++++++++++++--- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 5b3f3589e2..4fd4a2e1c0 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -333,10 +333,33 @@ '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 + + true + <_summary>Monday is a work day + + + true + <_summary>Tuesday is a work day + + + true + <_summary>Wednesday is a work day + + + true + <_summary>Thursday is a work day + + + true + <_summary>Friday is a work day + + + false + <_summary>Saturday is a work day + + + false + <_summary>Sunday is a work day @@ -346,6 +369,11 @@ <_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. + + 62 + <_summary>(Deprecated) Work days + <_description>Days on which the start and end of work hours should be indicated. (This key was deprecated in version 3.10 and should no longer be used. Use the "work-day-monday", "work-day-tuesday", etc. keys instead.) + -- cgit v1.2.3