pidgin/purple-plugin-pack

replaced a deprecated function name

2013-04-07, Gary Kramlich
ac858a9bf553
Parents 0487fb1dc21c
Children bba79eeaa919
replaced a deprecated function name
--- a/ignore/ignore.c Sun Apr 07 17:03:35 2013 -0500
+++ b/ignore/ignore.c Sun Apr 07 17:05:01 2013 -0500
@@ -118,7 +118,7 @@
*split++ = '\0';
if (rule && *rule != 'n') {
- if (last == NULL || g_strcasecmp(last, pref)) {
+ if (last == NULL || g_ascii_strcasecmp(last, pref)) {
g_free(last);
last = g_strdup(pref);
g_string_append_printf(string, "Ignore rules for %s<br>", last);