From 9b6df5d229e8e70afa3c1eee0297a5f42d234829 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 12 Jul 2004 18:23:43 +0000 Subject: [ part of fix for bug #56520 ] 2004-07-12 Chris Toshok [ part of fix for bug #56520 ] * gui/contact-list-editor/e-contact-list-editor.c (e_contact_list_editor_init): init allows_contact_lists to TRUE. (list_deleted_cb): nuke, it's unused. (e_contact_list_editor_set_property): check if the book supports contact lists, and desensitize things if it doesn't. (select_names_ok_cb): this isn't valid C. declarations must come before code. (set_editable): the editable state of the dialog depends on whether or not the backend supports contact lists. (command_state_changed): the ok button needs to depend on allows_contact_lists. (extract_info): quiet compiler warning. * gui/contact-list-editor/e-contact-list-editor.h (struct _EContactListEditor): add allow_contact_lists. svn path=/trunk/; revision=26625 --- addressbook/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 55483a857f..10c8089258 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,23 @@ +2004-07-12 Chris Toshok + + [ part of fix for bug #56520 ] + + * gui/contact-list-editor/e-contact-list-editor.c + (e_contact_list_editor_init): init allows_contact_lists to TRUE. + (list_deleted_cb): nuke, it's unused. + (e_contact_list_editor_set_property): check if the book supports + contact lists, and desensitize things if it doesn't. + (select_names_ok_cb): this isn't valid C. declarations must come + before code. + (set_editable): the editable state of the dialog depends on + whether or not the backend supports contact lists. + (command_state_changed): the ok button needs to depend on + allows_contact_lists. + (extract_info): quiet compiler warning. + + * gui/contact-list-editor/e-contact-list-editor.h (struct + _EContactListEditor): add allow_contact_lists. + 2004-07-08 Frederic Crozat * gui/component/Makefile.am: -- cgit v1.2.3