diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-09-18 10:03:46 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-09-18 10:03:46 +0800 |
commit | f346981c0cd24492da90bd036031309e8761cd81 (patch) | |
tree | 9ae7cb0618d39905a2e47de8c336583ef4a70b19 /addressbook/ChangeLog | |
parent | d4bf3e01bc44d7d8471251e2e890ce0e0ca07113 (diff) | |
download | gsoc2013-evolution-f346981c0cd24492da90bd036031309e8761cd81.tar.gz gsoc2013-evolution-f346981c0cd24492da90bd036031309e8761cd81.tar.zst gsoc2013-evolution-f346981c0cd24492da90bd036031309e8761cd81.zip |
Do the right thing if the card we are trying to send to has no valid
2001-09-17 Jon Trowbridge <trow@ximian.com>
* backend/ebook/e-card.c (e_card_list_send): Do the right thing if
the card we are trying to send to has no valid e-mail addresses.
(bug #10137)
svn path=/trunk/; revision=12927
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 21b4e1d2ec..afcb37ba55 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,9 @@ 2001-09-17 Jon Trowbridge <trow@ximian.com> + * backend/ebook/e-card.c (e_card_list_send): Do the right thing if + the card we are trying to send to has no valid e-mail addresses. + (bug #10137) + * gui/widgets/e-minicard.c (e_minicard_event): Code implicitly assumed that event->button.button is 1, 2, or 3, causing disaster when using a wheel-mouse. Fixed. (bug #9400) |