diff options
author | Chris Toshok <toshok@ximian.com> | 2002-08-29 17:03:04 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-08-29 17:03:04 +0800 |
commit | 7f3d3493a3bfb3cec85609d6951565fead6796bc (patch) | |
tree | 5ffd539ec54fed3709840db2b86dff19862258f0 /addressbook/ChangeLog | |
parent | 9d673d87ab50a27f988d3916db0791a6db27402d (diff) | |
download | gsoc2013-evolution-7f3d3493a3bfb3cec85609d6951565fead6796bc.tar.gz gsoc2013-evolution-7f3d3493a3bfb3cec85609d6951565fead6796bc.tar.zst gsoc2013-evolution-7f3d3493a3bfb3cec85609d6951565fead6796bc.zip |
use strcasecmp here, since all the other helpers use case insensitive
2002-08-29 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-card-sexp.c (is_helper): use strcasecmp
here, since all the other helpers use case insensitive
comparisons.
* backend/pas/pas-backend-summary.c (is_helper): same.
svn path=/trunk/; revision=17917
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 146544dd28..998093b84a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,13 @@ 2002-08-29 Chris Toshok <toshok@ximian.com> + * backend/pas/pas-backend-card-sexp.c (is_helper): use strcasecmp + here, since all the other helpers use case insensitive + comparisons. + + * backend/pas/pas-backend-summary.c (is_helper): same. + +2002-08-29 Chris Toshok <toshok@ximian.com> + * backend/pas/pas-backend-ldap.c (category_ber): return NULL if the list is empty. (pas_backend_ldap_connect): always try to use ldapv3, not just |