aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-07-26 18:17:48 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-07-26 18:17:48 +0800
commit17b5a64632af6ee83679331c097422eeb7055528 (patch)
treef545dcf6c54a4010a8b36e19080470c87136f0d4 /calendar
parentacae2a05844de210b530c247c662fb9ff864e93e (diff)
downloadgsoc2013-evolution-17b5a64632af6ee83679331c097422eeb7055528.tar
gsoc2013-evolution-17b5a64632af6ee83679331c097422eeb7055528.tar.gz
gsoc2013-evolution-17b5a64632af6ee83679331c097422eeb7055528.tar.bz2
gsoc2013-evolution-17b5a64632af6ee83679331c097422eeb7055528.tar.lz
gsoc2013-evolution-17b5a64632af6ee83679331c097422eeb7055528.tar.xz
gsoc2013-evolution-17b5a64632af6ee83679331c097422eeb7055528.tar.zst
gsoc2013-evolution-17b5a64632af6ee83679331c097422eeb7055528.zip
Fixes #347772.
svn path=/trunk/; revision=32417
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/gui/apps_evolution_calendar.schemas.in.in2
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>