diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-23 11:30:38 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-23 11:30:38 +0800 |
commit | f2dc09609b2ec8d8e749b7768b9f7599e21288ec (patch) | |
tree | 9adfa81e85b511740b38eac13cefcc7eb15dcffc /addressbook/ChangeLog | |
parent | eaa2814a05c8c3a094a00400cc5651e408ee9e18 (diff) | |
download | gsoc2013-evolution-f2dc09609b2ec8d8e749b7768b9f7599e21288ec.tar.gz gsoc2013-evolution-f2dc09609b2ec8d8e749b7768b9f7599e21288ec.tar.zst gsoc2013-evolution-f2dc09609b2ec8d8e749b7768b9f7599e21288ec.zip |
[ rolling forward fix for #34254 from 1.2 branch ] use g-ascii_strncasecmp
2002-11-22 Chris Toshok <toshok@ximian.com>
[ rolling forward fix for #34254 from 1.2 branch ]
* backend/ebook/evolution-vcard-importer.c (check_file_is_vcard):
use g-ascii_strncasecmp instead of strncmp.
(support_format_fn): use g_ascii_strcasecmp instead of strcmp.
svn path=/trunk/; revision=18896
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 3220bafa2c..09807f40f1 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2002-11-22 Chris Toshok <toshok@ximian.com> + + [ rolling forward fix for #34254 from 1.2 branch ] + * backend/ebook/evolution-vcard-importer.c (check_file_is_vcard): + use g-ascii_strncasecmp instead of strncmp. + (support_format_fn): use g_ascii_strcasecmp instead of strcmp. + 2002-11-20 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-storage.h: roll forward the scope fix. |