diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-05-21 09:18:52 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-05-21 09:18:52 +0800 |
commit | 794615c90e3d91073e1c667679557d0979aaf322 (patch) | |
tree | 56dc5297d05a0caab16ff45e5d885ee97c04c730 /addressbook/ChangeLog | |
parent | 98d30b53faa6a3d15fcce2c6f10d3a27c8af84ed (diff) | |
download | gsoc2013-evolution-794615c90e3d91073e1c667679557d0979aaf322.tar gsoc2013-evolution-794615c90e3d91073e1c667679557d0979aaf322.tar.gz gsoc2013-evolution-794615c90e3d91073e1c667679557d0979aaf322.tar.bz2 gsoc2013-evolution-794615c90e3d91073e1c667679557d0979aaf322.tar.lz gsoc2013-evolution-794615c90e3d91073e1c667679557d0979aaf322.tar.xz gsoc2013-evolution-794615c90e3d91073e1c667679557d0979aaf322.tar.zst gsoc2013-evolution-794615c90e3d91073e1c667679557d0979aaf322.zip |
Removed an unused variable.
2001-05-20 Christopher James Lahey <clahey@ximian.com>
* gui/component/addressbook-config.c
(addressbook_source_item_new): Removed an unused variable.
* gui/component/select-names/e-select-names-bonobo.c
(entry_get_property_fn): Made text here non-const.
* gui/component/select-names/e-select-names-popup.c
(edit_contact_info_cb): Cast to a gpointer here.
* gui/component/select-names/e-select-names.c
(e_addressbook_create_ebook_table): Cast to E_TABLE_MODEL here.
svn path=/trunk/; revision=9902
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a6cd61cacb..d698dd65f5 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,17 @@ +2001-05-20 Christopher James Lahey <clahey@ximian.com> + + * gui/component/addressbook-config.c + (addressbook_source_item_new): Removed an unused variable. + + * gui/component/select-names/e-select-names-bonobo.c + (entry_get_property_fn): Made text here non-const. + + * gui/component/select-names/e-select-names-popup.c + (edit_contact_info_cb): Cast to a gpointer here. + + * gui/component/select-names/e-select-names.c + (e_addressbook_create_ebook_table): Cast to E_TABLE_MODEL here. + 2001-05-18 Jon Trowbridge <trow@ximian.com> * gui/component/select-names/e-select-names-completion.c |