libpurple/protocols/myspace/zap.c

branch
release-2.5.8
changeset 25779
63c770cc86df
parent 25197
077b4d6fc595
--- a/libpurple/protocols/myspace/zap.c	Fri Jun 26 00:05:42 2009 +0000
+++ b/libpurple/protocols/myspace/zap.c	Fri Jun 26 00:15:30 2009 +0000
@@ -109,7 +109,7 @@
 	/* Construct and send the actual zap command. */
 	zap_string = g_strdup_printf("!!!ZAP_SEND!!!=RTE_BTN_ZAPS_%d", code);
 
-	if (!msim_send_bm(session, username, zap_string, MSIM_BM_ACTION)) {
+	if (!msim_send_bm(session, username, zap_string, MSIM_BM_INSTANT_ACTION_OR_IM)) {
 		purple_debug_info("msim_send_zap",
 				"msim_send_bm failed: zapping %s with %s\n",
 				username, zap_string);

mercurial