changeset 29997:1734ebbdb5cf

This change is also needed to make the "nm=" clickable links work.
author andrew.victor@mxit.com
date Wed, 19 May 2010 19:34:49 +0000
parents f5855edbadb2
children 26e4c9dcb1e1
files libpurple/protocols/mxit/mxit.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/mxit/mxit.c	Wed May 19 19:33:22 2010 +0000
+++ b/libpurple/protocols/mxit/mxit.c	Wed May 19 19:34:49 2010 +0000
@@ -92,8 +92,8 @@
 		goto skip;
 	con = purple_account_get_connection( account );
 
-//	/* determine if it's a command-response to send */
-//	is_command = g_str_has_prefix( parts[4], "::type=reply|" );
+	/* determine if it's a command-response to send */
+	is_command = g_str_has_prefix( parts[4], "::type=reply|" );
 
 	/* send click message back to MXit */
 	mxit_send_message( con->proto_data, parts[3], parts[4], FALSE, is_command );