libpurple/protocols/myspace/zap.c

changeset 27377
fdb28b8d9ef4
parent 27246
51c859a176a3
child 32262
c764e87d4b34
child 32438
dc8991868906
child 35997
23e05a4a90b3
--- a/libpurple/protocols/myspace/zap.c	Tue Jun 23 05:35:14 2009 +0000
+++ b/libpurple/protocols/myspace/zap.c	Tue Jun 23 05:40:34 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_INSTANT_ACTION_OR_IM)) {
+	if (!msim_send_bm(session, username, zap_string, MSIM_BM_ACTION_OR_IM_INSTANT)) {
 		purple_debug_info("msim_send_zap",
 				"msim_send_bm failed: zapping %s with %s\n",
 				username, zap_string);

mercurial