diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-10-28 23:20:18 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-10-28 23:20:18 +0800 |
commit | 56914dafa403eac2259b787a0dce7a70fcd65e6a (patch) | |
tree | c9ea000f547363df0ae5b60169bad439411fc055 /calendar/ChangeLog | |
parent | 179cdf36868b8702b3bc7a78201f6d70142a6a6d (diff) | |
download | gsoc2013-evolution-56914dafa403eac2259b787a0dce7a70fcd65e6a.tar.gz gsoc2013-evolution-56914dafa403eac2259b787a0dce7a70fcd65e6a.tar.zst gsoc2013-evolution-56914dafa403eac2259b787a0dce7a70fcd65e6a.zip |
no need to keep the timezone here, it is already stored in the model.
2003-10-28 Rodrigo Moya <rodrigo@ximian.com>
* gui/e-cal-view.c: no need to keep the timezone here, it is
already stored in the model.
(e_cal_view_get_timezone): call e_cal_model_get_timezone().
(e_cal_view_set_timezone): call e_cal_model_set_timezone().
(e_cal_view_new_appointment_for): use the model's timezone.
svn path=/trunk/; revision=23103
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4a1c47b993..dc031d1bca 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2003-10-28 Rodrigo Moya <rodrigo@ximian.com> + + * gui/e-cal-view.c: no need to keep the timezone here, it is + already stored in the model. + (e_cal_view_get_timezone): call e_cal_model_get_timezone(). + (e_cal_view_set_timezone): call e_cal_model_set_timezone(). + (e_cal_view_new_appointment_for): use the model's timezone. + 2003-10-27 Dan Winship <danw@ximian.com> * pcs/cal-backend.c (cal_backend_notify_object_created, |