From 64977cb1bcc55bf4c7c0fc38cd3d047b1e6a25c6 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 19 Apr 2007 18:53:33 +0000 Subject: Massive code cleanup (bug #429422) svn path=/trunk/; revision=33432 --- addressbook/ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 210a531008..1dae147ff8 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,43 @@ +2007-04-19 Matthew Barnes + + ** Fixes part of bug #429422 + + * tools/evolution-address-export.c: + Migrate from popt to GOption. + + * gui/contact-editor/e-contact-editor.c (e_contact_editor_init): + Use gtk_window_set_icon_from_file() instead of + gnome_window_icon_set_from_file(). + + * gui/widgets/e-addressbook-table-adapter.c: + * gui/widgets/e-addressbook-model.c: + * gui/widgets/eab-gui-util.c: + Include missing header file(s). + + * gui/widgets/eab-vcard-control.c (pstream_load), (book_open_cb), + (free_struct): + * gui/widgets/eab-gui-util.c (process_unref): + * gui/widgets/e-addressbook-view.c (eab_view_print), + (eab_view_print_preview), (eab_view_delete_selection), + (eab_view_save_as), (eab_view_view), (eab_view_send), + (eab_view_send_to): + e_free_object_list() is dead; just do it manually. + + * gui/widgets/e-addressbook-view.c (eab_view_print), + (eab_view_print_preview): + * conduit/address-conduit.c (addrconduit_load_configuration): + Use g_object_ref_sink() instead of gtk_object_sink(). + + * conduit/address-conduit.c (e_addr_gui_new): + Use gtk_menu_shell_append() instead of gtk_menu_append(). + + * printing/e-contact-print.c (e_contact_build_style): + Use g_build_filename() instead of g_concat_dir_and_file(). + + * printing/e-contact-print-style-editor.c + (e_contact_print_style_editor_new): + Use g_object_new() instead of gtk_type_new(). + 2007-04-18 Srinivasa Ragavan ** Committed Contact Merging patch from Ebby Wiselyn -- cgit v1.2.3