diff options
author | Chris Toshok <toshok@ximian.com> | 2001-06-01 06:27:56 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-06-01 06:27:56 +0800 |
commit | 69e9359204f78d5145867f841caed0a6dc642478 (patch) | |
tree | 7aae384153d29acb13a63947c1620b74d1eea84a /addressbook/ChangeLog | |
parent | 6b6d9e32a4848b5fcb54ad83b681a828e6ed2a01 (diff) | |
download | gsoc2013-evolution-69e9359204f78d5145867f841caed0a6dc642478.tar gsoc2013-evolution-69e9359204f78d5145867f841caed0a6dc642478.tar.gz gsoc2013-evolution-69e9359204f78d5145867f841caed0a6dc642478.tar.bz2 gsoc2013-evolution-69e9359204f78d5145867f841caed0a6dc642478.tar.lz gsoc2013-evolution-69e9359204f78d5145867f841caed0a6dc642478.tar.xz gsoc2013-evolution-69e9359204f78d5145867f841caed0a6dc642478.tar.zst gsoc2013-evolution-69e9359204f78d5145867f841caed0a6dc642478.zip |
add the EAddressbookModel* and change the ETableModel's name to "adapter".
2001-05-31 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names.h (struct
_ESelectNames): add the EAddressbookModel* and change the
ETableModel's name to "adapter".
* gui/component/select-names/e-select-names.c (set_book),
(addressbook_model_set_uri): these two things take an
EAddressbookModel* instead of an ETableModel now.
(e_addressbook_create_ebook_table): don't case the
EAddressbookModel* to ETableModel*, create an EAddressbookTableAdapter
on the EAddressbookModel instead.
(e_select_names_init): set e_select_names->adapter.
svn path=/trunk/; revision=10072
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 7a8571d026..c3e732f16c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,19 @@ 2001-05-31 Chris Toshok <toshok@ximian.com> + * gui/component/select-names/e-select-names.h (struct + _ESelectNames): add the EAddressbookModel* and change the + ETableModel's name to "adapter". + + * gui/component/select-names/e-select-names.c (set_book), + (addressbook_model_set_uri): these two things take an + EAddressbookModel* instead of an ETableModel now. + (e_addressbook_create_ebook_table): don't case the + EAddressbookModel* to ETableModel*, create an EAddressbookTableAdapter + on the EAddressbookModel instead. + (e_select_names_init): set e_select_names->adapter. + +2001-05-31 Chris Toshok <toshok@ximian.com> + * gui/widgets/e-addressbook-model.c (remove_card): decrement data_count before emitting the card_removed signal, and break after we've removed the matching card. |