im.pidgin.pidgin: 03e06749761ecfb8047770b6510ea4ba297fcaf6
jeff2 at soc.pidgin.im
jeff2 at soc.pidgin.im
Sun Jan 27 16:40:42 EST 2008
-----------------------------------------------------------------
Revision: 03e06749761ecfb8047770b6510ea4ba297fcaf6
Ancestor: cee4435a3ff47ac514db834171773a6143ef3efa
Author: jeff2 at soc.pidgin.im
Date: 2008-01-27T21:37:43
Branch: im.pidgin.pidgin
Modified files:
libpurple/protocols/myspace/myspace.c
ChangeLog:
Fix zap functionality in MySpaceIM.
-------------- next part --------------
============================================================
--- libpurple/protocols/myspace/myspace.c a2f9a90bb4ab081e82eba223e035cda5793f9947
+++ libpurple/protocols/myspace/myspace.c c8d5fbe03139fe0d75dc6d79b5d3c3624c29c009
@@ -780,7 +780,7 @@ msim_incoming_action(MsimSession *sessio
} 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
More information about the Commits
mailing list