diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-25 01:48:28 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-25 01:48:28 +0800 |
commit | 08523fea6f9a0e9a02685cf3d6750973595ff482 (patch) | |
tree | b47efa4b9541c78ef0f2bf6de0b33c66904b1435 /calendar/ChangeLog | |
parent | 152d68ee68e875f9290742380dc1433ca18e8d91 (diff) | |
download | gsoc2013-evolution-08523fea6f9a0e9a02685cf3d6750973595ff482.tar.gz gsoc2013-evolution-08523fea6f9a0e9a02685cf3d6750973595ff482.tar.zst gsoc2013-evolution-08523fea6f9a0e9a02685cf3d6750973595ff482.zip |
Do not alloc the struct icaltimetype but point to one on the stack. More
2000-08-24 JP Rosevear <jpr@helixcode.com>
* gui/e-week-view.c (e_week_view_on_new_appointment): Do not alloc
the struct icaltimetype but point to one on the stack. More
importantly, set the date.tzid to NULL.
svn path=/trunk/; revision=5007
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d47461bc47..5f6b7ab8f6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,11 @@ 2000-08-24 JP Rosevear <jpr@helixcode.com> + * gui/e-week-view.c (e_week_view_on_new_appointment): Do not alloc + the struct icaltimetype but point to one on the stack. More + importantly, set the date.tzid to NULL. + +2000-08-24 JP Rosevear <jpr@helixcode.com> + * gui/gnome-cal.c (save_event_object_cb): Make signal names saner (released_event_object_cb): ditto |