diff options
author | Milan Crha <mcrha@redhat.com> | 2009-02-25 20:04:19 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2009-02-25 20:04:19 +0800 |
commit | 2524908adb95ff6e01b3c9d430f2ede4afbb3cca (patch) | |
tree | 20606ccc36c1676c425bba1d3034f53d494e02a6 /calendar/ChangeLog | |
parent | 9b05720ea654afc2083e652461c76dd76af33914 (diff) | |
download | gsoc2013-evolution-2524908adb95ff6e01b3c9d430f2ede4afbb3cca.tar gsoc2013-evolution-2524908adb95ff6e01b3c9d430f2ede4afbb3cca.tar.gz gsoc2013-evolution-2524908adb95ff6e01b3c9d430f2ede4afbb3cca.tar.bz2 gsoc2013-evolution-2524908adb95ff6e01b3c9d430f2ede4afbb3cca.tar.lz gsoc2013-evolution-2524908adb95ff6e01b3c9d430f2ede4afbb3cca.tar.xz gsoc2013-evolution-2524908adb95ff6e01b3c9d430f2ede4afbb3cca.tar.zst gsoc2013-evolution-2524908adb95ff6e01b3c9d430f2ede4afbb3cca.zip |
** Fix for bug #238346
2009-02-25 Milan Crha <mcrha@redhat.com>
** 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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 22cf72e51c..4663576a41 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,15 @@ 2009-02-25 Milan Crha <mcrha@redhat.com> + ** 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 <mcrha@redhat.com> + ** Fix for bug #529037 * gui/gnome-cal.c: (gnome_calendar_destroy): |