diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-10-30 05:31:25 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-10-30 05:31:25 +0800 |
commit | 1dfda6573cc6e71e90ded040e421004146da1a2c (patch) | |
tree | 0be6c0e3cb876241b394c0d964043409af85cc1f /addressbook/ChangeLog | |
parent | 75cd5e1f3d3e898cceda5e8fb84ca8140843258d (diff) | |
download | gsoc2013-evolution-1dfda6573cc6e71e90ded040e421004146da1a2c.tar.gz gsoc2013-evolution-1dfda6573cc6e71e90ded040e421004146da1a2c.tar.zst gsoc2013-evolution-1dfda6573cc6e71e90ded040e421004146da1a2c.zip |
Drop a match if either of the text fields is NULL. This could happen if
2001-10-29 Jon Trowbridge <trow@ximian.com>
* gui/component/select-names/e-select-names-completion.c
(make_match): Drop a match if either of the text fields is NULL.
This could happen if any of the utf-8 involved is invalid, for
example. (Bug #13757)
svn path=/trunk/; revision=14365
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index d0d04d85ab..9a9b602d0d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2001-10-29 Jon Trowbridge <trow@ximian.com> + + * gui/component/select-names/e-select-names-completion.c + (make_match): Drop a match if either of the text fields is NULL. + This could happen if any of the utf-8 involved is invalid, for + example. (Bug #13757) + 2001-10-29 JP Rosevear <jpr@ximian.com> * conduit/address-conduit.c (is_syncable): fix bug that allowed @@ -53,6 +60,7 @@ (field_activated): Stop editing on the activate signal and remove the focus from the text. Fixes Ximian bug #12286. +>>>>>>> 1.897 2001-10-28 JP Rosevear <jpr@ximian.com> * conduit/address-conduit.h: tidy |