Mercurial > pidgin
diff libpurple/protocols/myspace/myspace.c @ 22225:d2fc168b5e7a
Fix zap functionality in MySpaceIM.
| author | Jeffrey Connelly <jaconnel@calpoly.edu> |
|---|---|
| date | Sun, 27 Jan 2008 21:37:43 +0000 |
| parents | 433233d3db10 |
| children | 9f95357c21b9 |
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.c Sun Jan 27 20:52:53 2008 +0000 +++ b/libpurple/protocols/myspace/myspace.c Sun Jan 27 21:37:43 2008 +0000 @@ -780,7 +780,7 @@ } else if (g_str_equal(msg_text, "%stoptyping%")) { serv_got_typing_stopped(session->gc, username); rc = TRUE; - } else if (strstr(msg_text, "!!!ZAP_SEND!!!=RTE_BTN_ZAPS_") == msg_text) { + } else if (strstr(msg_text, "!!!ZAP_SEND!!!=RTE_BTN_ZAPS_")) { rc = msim_incoming_zap(session, msg); } else if (strstr(msg_text, "!!!GroupCount=")) { /* TODO: support group chats. I think the number in msg_text has
