From 2524908adb95ff6e01b3c9d430f2ede4afbb3cca Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 25 Feb 2009 12:04:19 +0000 Subject: ** Fix for bug #238346 2009-02-25 Milan Crha ** Fix for bug #238346 * gui/e-calendar-view.c: (e_calendar_view_add_event): Keep old timezone when adding event if possible, use the default one otherwise. * gui/e-calendar-view.c: (add_related_timezones), (clipboard_get_text_cb): Set timezones from component to the calendar first, then add events. Also fetch timezones from the calendar, when not part of the component already. svn path=/trunk/; revision=37337 --- calendar/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 22cf72e51c..4663576a41 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2009-02-25 Milan Crha + + ** Fix for bug #238346 + + * gui/e-calendar-view.c: (e_calendar_view_add_event): Keep old + timezone when adding event if possible, use the default one otherwise. + * gui/e-calendar-view.c: (add_related_timezones), (clipboard_get_text_cb): + Set timezones from component to the calendar first, then add events. Also + fetch timezones from the calendar, when not part of the component already. + 2009-02-25 Milan Crha ** Fix for bug #529037 -- cgit