diff libpurple/protocols/myspace/zap.c @ 27154:5fbcfcbd6551

Rename MSIM_BM_INSTANT_ACTION_OR_IM to MSIM_BM_ACTION_OR_IM_INSTANT and MSIM_BM_DELAYABLE_ACTION_OR_IM to MSIM_BM_ACTION_OR_IM_DELAYABLE
author Mark Doliner <mark@kingant.net>
date Tue, 23 Jun 2009 05:40:34 +0000
parents fdc0035bea5a
children 750ab90748a5 3828a61c44da
line wrap: on
line diff
--- 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);