diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-12-23 20:35:40 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-12-23 20:35:40 +0800 |
commit | cd13211f3b7c8ec200313d25ded3b7aa972e4b95 (patch) | |
tree | 97b16792ad511ef90766beb5fdeaaa4fd71fc0ca /calendar/ChangeLog | |
parent | 6248ae5265b066c363063ea788564165c5c79f30 (diff) | |
download | gsoc2013-evolution-cd13211f3b7c8ec200313d25ded3b7aa972e4b95.tar.gz gsoc2013-evolution-cd13211f3b7c8ec200313d25ded3b7aa972e4b95.tar.zst gsoc2013-evolution-cd13211f3b7c8ec200313d25ded3b7aa972e4b95.zip |
get instance times using the correct timezone. (redo_queries): emit
2004-12-23 Rodrigo Moya <rodrigo@novell.com>
* gui/e-cal-model.c (set_instance_times): get instance times using
the correct timezone.
(redo_queries): emit signals before clearing the array.
* gui/e-day-view.c (process_component):
* gui/e-week-view.c (process_component): no need to try to update,
always add.
svn path=/trunk/; revision=28192
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 63a1cd7ad2..0fca80d588 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2004-12-23 Rodrigo Moya <rodrigo@novell.com> + + * gui/e-cal-model.c (set_instance_times): get instance times using + the correct timezone. + (redo_queries): emit signals before clearing the array. + + * gui/e-day-view.c (process_component): + * gui/e-week-view.c (process_component): no need to try to update, + always add. + 2004-12-23 Hans Petter Jansson <hpj@novell.com> * gui/e-select-names-editable.c: Correct bad include. |