pidgin/gtkutils.c

changeset 17233
2410311f84cc
parent 17118
4fbaa628dd8e
parent 17155
143ff2796376
child 17234
6e430db9b926
equal deleted inserted replaced
17216:1108e2dc5a4c 17233:2410311f84cc
2920 size_t i; 2920 size_t i;
2921 size_t len; 2921 size_t len;
2922 PangoLogAttr *log_attrs; 2922 PangoLogAttr *log_attrs;
2923 gchar *word; 2923 gchar *word;
2924 2924
2925 if (strcasecmp(key, "Global Thermonuclear War") == 0) 2925 if (g_ascii_strcasecmp(key, "Global Thermonuclear War") == 0)
2926 { 2926 {
2927 purple_notify_info(NULL, "WOPR", 2927 purple_notify_info(NULL, "WOPR",
2928 "Wouldn't you prefer a nice game of chess?", NULL); 2928 "Wouldn't you prefer a nice game of chess?", NULL);
2929 return FALSE; 2929 return FALSE;
2930 } 2930 }

mercurial