diff options
author | Chris Toshok <toshok@ximian.com> | 2001-06-01 05:26:19 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-06-01 05:26:19 +0800 |
commit | 6b6d9e32a4848b5fcb54ad83b681a828e6ed2a01 (patch) | |
tree | 71b62a8f580774eaf90d24d65533f60b69b56072 /addressbook/ChangeLog | |
parent | e5ecf5d84ed197d93afd30fd1ce40384f01be09e (diff) | |
download | gsoc2013-evolution-6b6d9e32a4848b5fcb54ad83b681a828e6ed2a01.tar gsoc2013-evolution-6b6d9e32a4848b5fcb54ad83b681a828e6ed2a01.tar.gz gsoc2013-evolution-6b6d9e32a4848b5fcb54ad83b681a828e6ed2a01.tar.bz2 gsoc2013-evolution-6b6d9e32a4848b5fcb54ad83b681a828e6ed2a01.tar.lz gsoc2013-evolution-6b6d9e32a4848b5fcb54ad83b681a828e6ed2a01.tar.xz gsoc2013-evolution-6b6d9e32a4848b5fcb54ad83b681a828e6ed2a01.tar.zst gsoc2013-evolution-6b6d9e32a4848b5fcb54ad83b681a828e6ed2a01.zip |
decrement data_count before emitting the card_removed signal, and break
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.
(e_addressbook_model_class_init): change signature of
"card_removed" signal to match what we emit (and what is
expected.)
* gui/widgets/e-addressbook-view.c (e_addressbook_view_init): the
signal name is "destroy", not "destroyed".
(do_remove): new function, actually remove the card.
(e_addressbook_view_delete_selection): get this working for both
view types.
svn path=/trunk/; revision=10071
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7f2d511449..7a8571d026 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,20 @@ 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. + (e_addressbook_model_class_init): change signature of + "card_removed" signal to match what we emit (and what is + expected.) + + * gui/widgets/e-addressbook-view.c (e_addressbook_view_init): the + signal name is "destroy", not "destroyed". + (do_remove): new function, actually remove the card. + (e_addressbook_view_delete_selection): get this working for both + view types. + +2001-05-31 Chris Toshok <toshok@ximian.com> + * gui/component/addressbook.c: Print Preview => ContactsPrintPreview. Changed peter's change so that the node name is more in line with "Print.."'s |