pidgin.mxit: c62ec50f: Fix comment - it does not clear the scre...
andrew.victor at mxit.com
andrew.victor at mxit.com
Tue Apr 12 18:10:51 EDT 2011
----------------------------------------------------------------------
Revision: c62ec50fb7f9c0620329c9bdae08084c7991588d
Parent: 8ddaafe54e475f8309b11db4bde8d8e7b05ce455
Author: andrew.victor at mxit.com
Date: 04/12/11 18:01:54
Branch: im.pidgin.pidgin.mxit
URL: http://d.pidgin.im/viewmtn/revision/info/c62ec50fb7f9c0620329c9bdae08084c7991588d
Changelog:
Fix comment - it does not clear the screen.
Changes against parent 8ddaafe54e475f8309b11db4bde8d8e7b05ce455
patched libpurple/protocols/mxit/formcmds.c
-------------- next part --------------
============================================================
--- libpurple/protocols/mxit/formcmds.c 8959d7a8e208c4f663bfb548134720f85f34b40a
+++ libpurple/protocols/mxit/formcmds.c 910876c4564aefed160a3c9368425d06c16131d7
@@ -238,9 +238,7 @@ static void command_clear(struct MXitSes
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);
}
}
More information about the Commits
mailing list