diff options
author | Chris Toshok <toshok@src.gnome.org> | 2000-04-12 03:43:17 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-04-12 03:43:17 +0800 |
commit | 7cbc26471fb6ff8d789fe91df342d87e3678e712 (patch) | |
tree | 5346175dcbbcce787fca7bfc4ddc104d3bac0ff5 /ChangeLog | |
parent | ee070bdf74ec488b0d8186467cbf1d66353f4bfb (diff) | |
download | gsoc2013-evolution-7cbc26471fb6ff8d789fe91df342d87e3678e712.tar gsoc2013-evolution-7cbc26471fb6ff8d789fe91df342d87e3678e712.tar.gz gsoc2013-evolution-7cbc26471fb6ff8d789fe91df342d87e3678e712.tar.bz2 gsoc2013-evolution-7cbc26471fb6ff8d789fe91df342d87e3678e712.tar.lz gsoc2013-evolution-7cbc26471fb6ff8d789fe91df342d87e3678e712.tar.xz gsoc2013-evolution-7cbc26471fb6ff8d789fe91df342d87e3678e712.tar.zst gsoc2013-evolution-7cbc26471fb6ff8d789fe91df342d87e3678e712.zip |
free the esexp_result. (entry_compare): we want comparison functions to
* addressbook/backend/pas/pas-backend-file.c
(vcard_matches_search): free the esexp_result.
(entry_compare): we want comparison functions to take 2 args.
svn path=/trunk/; revision=2395
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ contact (unimplemented as yet). (entry_compare): add support for searching the list items "email", "phone" and "address". + (vcard_matches_search): free the esexp_result. + (entry_compare): we want comparison functions to take 2 args. 2000-04-11 Christopher James Lahey <clahey@helixcode.com> |