| 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); |