diff options
author | JP Rosevear <jpr@ximian.com> | 2001-07-20 07:13:18 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-07-20 07:13:18 +0800 |
commit | 32030cf58f4caaa592f978a6c5226c53df9fd8ac (patch) | |
tree | 0fcf47d4354397a40d5a63d78080248fe8b26016 /calendar/ChangeLog | |
parent | 49e81a0bda0d8914a4785d73e366b680186e9406 (diff) | |
download | gsoc2013-evolution-32030cf58f4caaa592f978a6c5226c53df9fd8ac.tar gsoc2013-evolution-32030cf58f4caaa592f978a6c5226c53df9fd8ac.tar.gz gsoc2013-evolution-32030cf58f4caaa592f978a6c5226c53df9fd8ac.tar.bz2 gsoc2013-evolution-32030cf58f4caaa592f978a6c5226c53df9fd8ac.tar.lz gsoc2013-evolution-32030cf58f4caaa592f978a6c5226c53df9fd8ac.tar.xz gsoc2013-evolution-32030cf58f4caaa592f978a6c5226c53df9fd8ac.tar.zst gsoc2013-evolution-32030cf58f4caaa592f978a6c5226c53df9fd8ac.zip |
free various data related settings (destroy): use cleanup and unref the
2001-07-19 JP Rosevear <jpr@ximian.com>
* gui/e-itip-control.c (clean_up): free various data related
settings
(destroy): use cleanup and unref the clients
(e_itip_control_set_data): clean up before setting the data and
store the timezones in a top level component
(update_item): use cal_client_update_objects and our top level
(including the timezones)
svn path=/trunk/; revision=11246
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 82646ef9a2..ada11e06c0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2001-07-19 JP Rosevear <jpr@ximian.com> + + * gui/e-itip-control.c (clean_up): free various data related + settings + (destroy): use cleanup and unref the clients + (e_itip_control_set_data): clean up before setting the data and + store the timezones in a top level component + (update_item): use cal_client_update_objects and our top level + (including the timezones) + 2001-07-19 Damon Chaplin <damon@ximian.com> * gui/dialogs/comp-editor.c (pixmaps): @@ -79,7 +89,6 @@ * gui/dialogs/comp-editor-util.c (comp_editor_dates): * gui/print.c (print_date_label): only free icaltimetype if not NULL. ->>>>>>> 1.974 2001-07-12 Taylor Hayward <taylorhayward@yahoo.com> * gui/goto-dialog.glade: |