diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-12 07:06:00 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-12 07:06:00 +0800 |
commit | a1a10f1ebef52168ec01c99f9f952cf13c099d54 (patch) | |
tree | d45b35a49fd99969e3dd145525229084ffba4a70 /addressbook/ChangeLog | |
parent | e1e75fa38d0aac27008cf089cf99257cb83964ae (diff) | |
download | gsoc2013-evolution-a1a10f1ebef52168ec01c99f9f952cf13c099d54.tar gsoc2013-evolution-a1a10f1ebef52168ec01c99f9f952cf13c099d54.tar.gz gsoc2013-evolution-a1a10f1ebef52168ec01c99f9f952cf13c099d54.tar.bz2 gsoc2013-evolution-a1a10f1ebef52168ec01c99f9f952cf13c099d54.tar.lz gsoc2013-evolution-a1a10f1ebef52168ec01c99f9f952cf13c099d54.tar.xz gsoc2013-evolution-a1a10f1ebef52168ec01c99f9f952cf13c099d54.tar.zst gsoc2013-evolution-a1a10f1ebef52168ec01c99f9f952cf13c099d54.zip |
change around a little, still ifdefed though.
2002-11-11 Chris Toshok <toshok@ximian.com>
* 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
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
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 <toshok@ximian.com> + + * 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 <toshok@ximian.com> + + * 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 <toshok@ximian.com> * backend/pas/pas-backend-card-sexp.c |