diff finch/gntconv.c @ 19422:a277162b976e

Clear the message history in the /clear callback.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 25 Aug 2007 11:29:43 +0000
parents 9c03677be7c5
children 4da3c8618c24
line wrap: on
line diff
--- a/finch/gntconv.c	Sat Aug 25 11:28:34 2007 +0000
+++ b/finch/gntconv.c	Sat Aug 25 11:29:43 2007 +0000
@@ -920,6 +920,7 @@
 {
 	FinchConv *ggconv = conv->ui_data;
 	gnt_text_view_clear(GNT_TEXT_VIEW(ggconv->tv));
+	purple_conversation_clear_message_history(conv);
 	return PURPLE_CMD_STATUS_OK;
 }