# HG changeset patch # User andrew.victor@mxit.com # Date 1274297689 0 # Node ID 1734ebbdb5cf9a4e02a156e9b7ad794be44252b9 # Parent f5855edbadb2722beca20242c53fd149e9ad922a This change is also needed to make the "nm=" clickable links work. diff -r f5855edbadb2 -r 1734ebbdb5cf libpurple/protocols/mxit/mxit.c --- 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 );