From bbb885a11629ced993c43daca24d5be87934e685 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 27 Nov 2002 06:32:23 +0000 Subject: add include for gtkstock.h. 2002-11-26 Chris Toshok * gui/contact-editor/e-contact-quick-add.c: add include for gtkstock.h. * gui/contact-list-editor/e-contact-list-model.c (e_contact_list_model_add_destination): add pre_change call. (e_contact_list_model_remove_row): same. (e_contact_list_model_remove_all): same. * gui/contact-list-editor/e-contact-list-editor.c (e_contact_list_editor_new): ref/sink the contact list editor so we don't get the floating unref warning from gtk. * gui/contact-editor/e-contact-editor.c (e_contact_editor_new): ref/sink the contact editor so we don't get the floating unref warning from gtk. (e_contact_editor_init): use g_build_filename instead of g_concat_dir_and_file. * gui/widgets/e-minicard-label.c (e_minicard_label_resize_children): use MAX (value, 0) to make sure we aren't passing negative values for clip-widths. * gui/widgets/e-minicard.c (e_minicard_realize): use MAX (value, 0) to make sure we aren't passing negative values for widths. * gui/contact-editor/e-contact-editor.c (e_contact_editor_init): use g_build_filename. svn path=/trunk/; revision=18946 --- addressbook/ChangeLog | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index b37619f9b0..5fc474210c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,33 @@ +2002-11-26 Chris Toshok + + * gui/contact-editor/e-contact-quick-add.c: add include for + gtkstock.h. + + * gui/contact-list-editor/e-contact-list-model.c + (e_contact_list_model_add_destination): add pre_change call. + (e_contact_list_model_remove_row): same. + (e_contact_list_model_remove_all): same. + + * gui/contact-list-editor/e-contact-list-editor.c + (e_contact_list_editor_new): ref/sink the contact list editor so + we don't get the floating unref warning from gtk. + + * gui/contact-editor/e-contact-editor.c (e_contact_editor_new): + ref/sink the contact editor so we don't get the floating unref + warning from gtk. + (e_contact_editor_init): use g_build_filename instead of + g_concat_dir_and_file. + + * gui/widgets/e-minicard-label.c + (e_minicard_label_resize_children): use MAX (value, 0) to make + sure we aren't passing negative values for clip-widths. + + * gui/widgets/e-minicard.c (e_minicard_realize): use MAX (value, + 0) to make sure we aren't passing negative values for widths. + + * gui/contact-editor/e-contact-editor.c (e_contact_editor_init): + use g_build_filename. + 2002-11-26 Chris Toshok [ roll forward from 1.2 branch ] -- cgit v1.2.3