diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-07-06 19:25:12 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-07-06 19:25:12 +0800 |
commit | ff7fb8bb7a414b7aafde55f9e3d3438138244645 (patch) | |
tree | ec91ded5086f2d2721b87810890d12e0f1593ed6 /calendar/ChangeLog | |
parent | 829a1aea078ee204271f21cfa483beff87836d72 (diff) | |
download | gsoc2013-evolution-ff7fb8bb7a414b7aafde55f9e3d3438138244645.tar.gz gsoc2013-evolution-ff7fb8bb7a414b7aafde55f9e3d3438138244645.tar.zst gsoc2013-evolution-ff7fb8bb7a414b7aafde55f9e3d3438138244645.zip |
don't set the timezone on the views here. (set_timezone): do it here.
2004-07-05 Rodrigo Moya <rodrigo@novell.com>
* gui/gnome-cal.c (setup_widgets): don't set the timezone on the views
here.
(set_timezone): do it here.
(client_cal_opened_cb): call set_timezone() here.
svn path=/trunk/; revision=26585
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4eae5d4d1d..f4182b9c41 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2004-07-05 Rodrigo Moya <rodrigo@novell.com> + + * gui/gnome-cal.c (setup_widgets): don't set the timezone on the views + here. + (set_timezone): do it here. + (client_cal_opened_cb): call set_timezone() here. + 2004-07-02 Rodrigo Moya <rodrigo@novell.com> * gui/gnome-cal.c (set_view): update the internal current_view_type |