Mercurial > pidgin
changeset 31510:eb927f960c14
Fix comment - it does not clear the screen.
author | andrew.victor@mxit.com |
---|---|
date | Tue, 12 Apr 2011 22:01:54 +0000 |
parents | 99b03406e433 |
children | 7119b2c43637 |
files | libpurple/protocols/mxit/formcmds.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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); } }