diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-07-26 18:17:48 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-07-26 18:17:48 +0800 |
commit | 17b5a64632af6ee83679331c097422eeb7055528 (patch) | |
tree | f545dcf6c54a4010a8b36e19080470c87136f0d4 /calendar | |
parent | acae2a05844de210b530c247c662fb9ff864e93e (diff) | |
download | gsoc2013-evolution-17b5a64632af6ee83679331c097422eeb7055528.tar.gz gsoc2013-evolution-17b5a64632af6ee83679331c097422eeb7055528.tar.zst gsoc2013-evolution-17b5a64632af6ee83679331c097422eeb7055528.zip |
Fixes #347772.
svn path=/trunk/; revision=32417
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas.in.in | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9a5ee1d6ec..ce8a4a30ee 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2006-07-26 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #347772 + * gui/apps_evolution_calendar.schemas.in.in: Set the adjust + for daylight savings by default. + 2006-07-24 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> * gui/e-day-view-main-item.c (e_day_view_main_item_draw_day_event): diff --git a/calendar/gui/apps_evolution_calendar.schemas.in.in b/calendar/gui/apps_evolution_calendar.schemas.in.in index b97a453b03..57b008702f 100644 --- a/calendar/gui/apps_evolution_calendar.schemas.in.in +++ b/calendar/gui/apps_evolution_calendar.schemas.in.in @@ -20,7 +20,7 @@ <applyto>/apps/evolution/calendar/display/use_daylight_saving</applyto> <owner>evolution-calendar</owner> <type>bool</type> - <default>false</default> + <default>true</default> <locale name="C"> <short>daylight savings time</short> <long>Whether to use daylight savings time while displaying events.</long> |