diff options
-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> |