diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-06-10 22:40:11 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-06-10 22:40:11 +0800 |
commit | 1b3d81c4fa0703f737b2956623886ec7f94cb9cd (patch) | |
tree | 80c8cb0a4853093f53c2ad45fc13f2a2336a6a35 /calendar/ChangeLog | |
parent | 6098f7ab7d9c436311b4ee19f54bf09bdb0821c9 (diff) | |
download | gsoc2013-evolution-1b3d81c4fa0703f737b2956623886ec7f94cb9cd.tar gsoc2013-evolution-1b3d81c4fa0703f737b2956623886ec7f94cb9cd.tar.gz gsoc2013-evolution-1b3d81c4fa0703f737b2956623886ec7f94cb9cd.tar.bz2 gsoc2013-evolution-1b3d81c4fa0703f737b2956623886ec7f94cb9cd.tar.lz gsoc2013-evolution-1b3d81c4fa0703f737b2956623886ec7f94cb9cd.tar.xz gsoc2013-evolution-1b3d81c4fa0703f737b2956623886ec7f94cb9cd.tar.zst gsoc2013-evolution-1b3d81c4fa0703f737b2956623886ec7f94cb9cd.zip |
Fixes #58748
2004-06-10 Rodrigo Moya <rodrigo@novell.com>
Fixes #58748
* gui/gnome-cal.c (setup_widgets): set the timezone on all views
when creating them.
svn path=/trunk/; revision=26283
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 c8e5e08806..c7d7bf00fe 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,12 @@ 2004-06-10 Rodrigo Moya <rodrigo@novell.com> + Fixes #58748 + + * gui/gnome-cal.c (setup_widgets): set the timezone on all views + when creating them. + +2004-06-10 Rodrigo Moya <rodrigo@novell.com> + * gui/e-calendar-table.c (e_calendar_table_init): don't set the "bg_color_column" property on the ECellToggle class. |