# HG changeset patch # User andrew.victor@mxit.com # Date 1302645714 0 # Node ID eb927f960c14cf6ee576f82ee66bab5c32e82601 # Parent 99b03406e43360d89520ef23adaaf8862a0401c9 Fix comment - it does not clear the screen. diff -r 99b03406e433 -r eb927f960c14 libpurple/protocols/mxit/formcmds.c --- a/libpurple/protocols/mxit/formcmds.c Tue Apr 12 21:48:56 2011 +0000 +++ b/libpurple/protocols/mxit/formcmds.c Tue Apr 12 22:01:54 2011 +0000 @@ -238,9 +238,7 @@ clearmsgscreen = g_hash_table_lookup(hash, "clearmsgscreen"); if ( (clearmsgscreen) && (strcmp(clearmsgscreen, "true") == 0) ) { /* this is a command to clear the chat screen */ - purple_debug_info(MXIT_PLUGIN_ID, "Clear the screen\n"); - - purple_conversation_clear_message_history(conv); // TODO: This doesn't actually clear the screen. + purple_conversation_clear_message_history(conv); } }