pidgin.mxit: c85b71b4: This change is also needed to make the "...

andrew.victor at mxit.com andrew.victor at mxit.com
Wed May 19 16:35:40 EDT 2010


-----------------------------------------------------------------
Revision: c85b71b4431968820e61b3cf4b43fb7a754f637b
Ancestor: 5adecc45e2fbb1ef66b2af9f3fe6b3abe40725f3
Author: andrew.victor at mxit.com
Date: 2010-05-19T19:34:49
Branch: im.pidgin.pidgin.mxit
URL: http://d.pidgin.im/viewmtn/revision/info/c85b71b4431968820e61b3cf4b43fb7a754f637b

Modified files:
        libpurple/protocols/mxit/mxit.c

ChangeLog: 

This change is also needed to make the "nm=" clickable links work.


-------------- next part --------------
============================================================
--- libpurple/protocols/mxit/mxit.c	c91a0908ac177c19330e4a5b746397e50158f5d1
+++ libpurple/protocols/mxit/mxit.c	9f07501e2f99c882fa556f45501a230c063ee103
@@ -92,8 +92,8 @@ static void* mxit_link_click( const char
 		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 );


More information about the Commits mailing list