From 7f3d3493a3bfb3cec85609d6951565fead6796bc Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 29 Aug 2002 09:03:04 +0000 Subject: use strcasecmp here, since all the other helpers use case insensitive 2002-08-29 Chris Toshok * 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 --- addressbook/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 146544dd28..998093b84a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2002-08-29 Chris Toshok + + * 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 * backend/pas/pas-backend-ldap.c (category_ber): return NULL if -- cgit