diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-09-18 10:17:51 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-09-18 10:17:51 +0800 |
commit | 2275c901219bf32b70c3775b143ae18c9bd4a138 (patch) | |
tree | cf67b328eaaf78cac89e420112af91978355ee44 /addressbook/ChangeLog | |
parent | f346981c0cd24492da90bd036031309e8761cd81 (diff) | |
download | gsoc2013-evolution-2275c901219bf32b70c3775b143ae18c9bd4a138.tar.gz gsoc2013-evolution-2275c901219bf32b70c3775b143ae18c9bd4a138.tar.zst gsoc2013-evolution-2275c901219bf32b70c3775b143ae18c9bd4a138.zip |
Fixed a stupid bug was causing completion to fail for contacts who have
2001-09-17 Jon Trowbridge <trow@ximian.com>
* gui/component/select-names/e-select-names-completion.c
(match_name): Fixed a stupid bug was causing completion to fail
for contacts who have only one name. (The classic example we all
know and love is 'George <jirka@5z.com>') (bug #8353)
svn path=/trunk/; revision=12928
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index afcb37ba55..1034cb0f2f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2001-09-17 Jon Trowbridge <trow@ximian.com> + * gui/component/select-names/e-select-names-completion.c + (match_name): Fixed a stupid bug was causing completion to fail + for contacts who have only one name. (The classic example we all + know and love is 'George <jirka@5z.com>') (bug #8353) + * 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) |