From a1a10f1ebef52168ec01c99f9f952cf13c099d54 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 11 Nov 2002 23:06:00 +0000 Subject: change around a little, still ifdefed though. 2002-11-11 Chris Toshok * gui/contact-editor/e-contact-editor.c (_arrow_pressed): change around a little, still ifdefed though. * gui/contact-editor/e-contact-save-as.c (file_exists): same. (save_it): deal with the GtkDialog response ids. * gui/contact-editor/e-contact-editor.c (e_contact_editor_confirm_delete): just build the dialog here (using gtk_message_dialog*). * gui/contact-editor/Makefile.am (glade_DATA): remove file-exists.glade and e-contact-editor-confirm-delete.glade. svn path=/trunk/; revision=18712 --- addressbook/ChangeLog | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6a884e8865..e714b1b544 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,44 @@ +2002-11-11 Chris Toshok + + * gui/contact-editor/e-contact-editor.c (_arrow_pressed): change + around a little, still ifdefed though. + + * gui/contact-editor/e-contact-save-as.c (file_exists): same. + (save_it): deal with the GtkDialog response ids. + + * gui/contact-editor/e-contact-editor.c + (e_contact_editor_confirm_delete): just build the dialog here + (using gtk_message_dialog*). + + * gui/contact-editor/Makefile.am (glade_DATA): remove + file-exists.glade and e-contact-editor-confirm-delete.glade. + +2002-11-11 Chris Toshok + + * backend/pas/pas-card-cursor.c (pas_card_cursor_dispose): guard + against multiple invocations. + + * backend/pas/pas-backend-ldap.c (view_destroy): change signature + to that of weak ref's notify function - also, don't use the type + check macros on the freed GObject. + (cursor_destroy): same. + (pas_backend_ldap_book_destroy_cb): same. + (pas_backend_ldap_add_client): use weak_ref insteead of ::destroy. + (get_cursor_handler): same. + (pas_backend_ldap_process_get_book_view): same. + + * backend/pas/pas-backend-file.c (cursor_destroy): change + signature to that of weak ref's notify function - also, don't use + the type check macros on the freed GObject. + (pas_backend_file_book_destroy_cb): same. + (view_destroy): same. + (pas_backend_file_process_get_cursor): use weak_ref instead of + ::destroy. + (pas_backend_file_process_get_book_view): same. + (pas_backend_file_process_get_completion_view): same. + (pas_backend_file_process_get_changes): same. + (pas_backend_file_add_client): same. + 2002-11-10 Chris Toshok * backend/pas/pas-backend-card-sexp.c -- cgit v1.2.3