diff options
author | JP Rosevear <jpr@src.gnome.org> | 2004-01-17 00:30:12 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-17 00:30:12 +0800 |
commit | 274a61c49151901374fc02d74c35abb972ca48c9 (patch) | |
tree | 6f3d12901a19270828b6cd006f33f7ceb978c847 /calendar | |
parent | 9b9570bd65b6ff0b6015380beec2a40a4c486156 (diff) | |
download | gsoc2013-evolution-274a61c49151901374fc02d74c35abb972ca48c9.tar.gz gsoc2013-evolution-274a61c49151901374fc02d74c35abb972ca48c9.tar.zst gsoc2013-evolution-274a61c49151901374fc02d74c35abb972ca48c9.zip |
Oops.
svn path=/trunk/; revision=24278
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f43027ff93..7d38a9045b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,20 @@ +2004-01-16 JP Rosevear <jpr@ximian.com> + + * gui/e-comp-editor-registry.h: convert to GObject + + * gui/e-comp-editor-registry.c (registry_data_free): routine to + free the registry data + (dispose): destroy the registry data + (finalize): finalize it + (class_init): setup above + (init): create full hash table + (e_comp_editor_registry_add): weak ref the editor and strdup the + hash table key + (editor_destroy_cb): we get the registry data now, just remove it + + * gui/dialogs/comp-editor.c (close_dialog): disconnect the signal + handlers, its a bit of a hack but it is a simple fix + 2004-01-16 Radek Doulik <rodo@ximian.com> * gui/print.c (print_calendar): don't set old orientation, preview |