From 073927075b22b5a2988e299e91d2ccb7ec58c1c8 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 16 May 2002 18:48:59 +0000 Subject: New, quit handler for the EvolutionShellComponent. (add_creatable_item): * gui/component/addressbook-component.c (request_quit): New, quit handler for the EvolutionShellComponent. (add_creatable_item): Set it up. * gui/contact-editor/e-contact-list-editor.c (e_contact_list_editor_request_close_all): New. (e_contact_list_editor_new): Put the contact editor in a static list and gtk_object_weakref() it. (contact_list_editor_destroy_notify): New, GtkDestroyNotify function for the contact editors. * gui/contact-editor/e-contact-editor.c (e_contact_editor_request_close_all): New. (e_contact_editor_new): Put the contact editor in a static list and gtk_object_weakref() it. (contact_editor_destroy_notify): New, GtkDestroyNotify function for the contact editors. svn path=/trunk/; revision=16934 --- addressbook/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2a04e24eb3..abcc8b687a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,23 @@ +2002-05-16 Ettore Perazzoli + + * gui/component/addressbook-component.c (request_quit): New, quit + handler for the EvolutionShellComponent. + (add_creatable_item): Set it up. + + * gui/contact-editor/e-contact-list-editor.c + (e_contact_list_editor_request_close_all): New. + (e_contact_list_editor_new): Put the contact editor in a static + list and gtk_object_weakref() it. + (contact_list_editor_destroy_notify): New, GtkDestroyNotify + function for the contact editors. + + * gui/contact-editor/e-contact-editor.c + (e_contact_editor_request_close_all): New. + (e_contact_editor_new): Put the contact editor in a static list + and gtk_object_weakref() it. + (contact_editor_destroy_notify): New, GtkDestroyNotify function + for the contact editors. + 2002-05-15 Ettore Perazzoli * gui/component/addressbook-component.c (create_component): Pass -- cgit v1.2.3