diff -r 1108e2dc5a4c -r 2410311f84cc pidgin/gtkutils.c --- a/pidgin/gtkutils.c Fri May 18 22:31:10 2007 +0000 +++ b/pidgin/gtkutils.c Sat May 19 08:33:31 2007 +0000 @@ -2922,7 +2922,7 @@ PangoLogAttr *log_attrs; gchar *word; - if (strcasecmp(key, "Global Thermonuclear War") == 0) + if (g_ascii_strcasecmp(key, "Global Thermonuclear War") == 0) { purple_notify_info(NULL, "WOPR", "Wouldn't you prefer a nice game of chess?", NULL);