diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-07-10 18:41:41 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-07-10 18:41:41 +0800 |
commit | 24b40b9a896d39e08abf8fdb6f89bf0534c559ea (patch) | |
tree | 50301579c9854ac43adaa2905d30bf8c7169be10 /calendar/gui | |
parent | 5bda21d4c7c6aedc7d6307be57bdfd855f8ae669 (diff) | |
download | gsoc2013-evolution-24b40b9a896d39e08abf8fdb6f89bf0534c559ea.tar gsoc2013-evolution-24b40b9a896d39e08abf8fdb6f89bf0534c559ea.tar.gz gsoc2013-evolution-24b40b9a896d39e08abf8fdb6f89bf0534c559ea.tar.bz2 gsoc2013-evolution-24b40b9a896d39e08abf8fdb6f89bf0534c559ea.tar.lz gsoc2013-evolution-24b40b9a896d39e08abf8fdb6f89bf0534c559ea.tar.xz gsoc2013-evolution-24b40b9a896d39e08abf8fdb6f89bf0534c559ea.tar.zst gsoc2013-evolution-24b40b9a896d39e08abf8fdb6f89bf0534c559ea.zip |
Fixes #332911
svn path=/trunk/; revision=32267
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas.in.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/gui/apps_evolution_calendar.schemas.in.in b/calendar/gui/apps_evolution_calendar.schemas.in.in index 0286abbf26..4bdac3a82f 100644 --- a/calendar/gui/apps_evolution_calendar.schemas.in.in +++ b/calendar/gui/apps_evolution_calendar.schemas.in.in @@ -16,6 +16,18 @@ </schema> <schema> + <key>/schemas/apps/evolution/calendar/display/use_daylight_saving</key> + <applyto>/apps/evolution/calendar/display/use_daylight_saving</applyto> + <owner>evolution-calendar</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>daylight savings time</short> + <long>Whether to use daylight savings time while displaying events.</long> + </locale> + </schema> + + <schema> <key>/schemas/apps/evolution/calendar/display/use_24hour_format</key> <applyto>/apps/evolution/calendar/display/use_24hour_format</applyto> <owner>evolution-calendar</owner> |