diff options
author | JP Rosevear <jpr@novell.com> | 2004-09-10 23:59:55 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-09-10 23:59:55 +0800 |
commit | 2eceeb4b76533ed0b5dd3daf4895fdb6cb0a36f9 (patch) | |
tree | e48e95da67879c167e57bd1eeb9ba7bbe93672c2 /calendar/ChangeLog | |
parent | 2db230e87dcd23e97672fd5d0e7df901adfbc415 (diff) | |
download | gsoc2013-evolution-2eceeb4b76533ed0b5dd3daf4895fdb6cb0a36f9.tar.gz gsoc2013-evolution-2eceeb4b76533ed0b5dd3daf4895fdb6cb0a36f9.tar.zst gsoc2013-evolution-2eceeb4b76533ed0b5dd3daf4895fdb6cb0a36f9.zip |
Fixes #65454
2004-09-09 JP Rosevear <jpr@novell.com>
Fixes #65454
* gui/e-itip-control.c (class_init): only use a destroy function,
no finalize
(cleanup_ecal): util function
(init): use above for hash table and killed destroyed flag
(weren't using it anywhere)
(destroy): collapse finalize work into here and guard against
multiple destroy calls
svn path=/trunk/; revision=27210
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 98a257b845..5a05d9fad6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2004-09-09 JP Rosevear <jpr@novell.com> + + Fixes #65454 + + * gui/e-itip-control.c (class_init): only use a destroy function, + no finalize + (cleanup_ecal): util function + (init): use above for hash table and killed destroyed flag + (weren't using it anywhere) + (destroy): collapse finalize work into here and guard against + multiple destroy calls + 2004-09-08 JP Rosevear <jpr@novell.com> Fixes #62728 |