src/pounce.c

changeset 4793
1da93f6c80f3
parent 4772
a7f2b699c0bc
child 5032
2276c67b0243
equal deleted inserted replaced
4792:0b3f2fcc19ad 4793:1da93f6c80f3
62 62
63 /* check and see if we're signed on as the pouncer */ 63 /* check and see if we're signed on as the pouncer */
64 if (account->gc != gc) 64 if (account->gc != gc)
65 continue; 65 continue;
66 66
67 if (!g_strcasecmp(who, normalize (b->name))) { /* find someone to pounce */ 67 if (!gaim_utf8_strcasecmp(who, normalize (b->name))) { /* find someone to pounce */
68 if (b->options & OPT_POUNCE_POPUP) { 68 if (b->options & OPT_POUNCE_POPUP) {
69 c = gaim_find_conversation(name); 69 c = gaim_find_conversation(name);
70 70
71 if (c == NULL) 71 if (c == NULL)
72 c = gaim_conversation_new(GAIM_CONV_IM, account, name); 72 c = gaim_conversation_new(GAIM_CONV_IM, account, name);

mercurial