changeset 13396:bb17a6cb32dc

[gaim-migrate @ 15769] This plugin should also not be forcing message timestamps on when it is unloaded. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 06 Mar 2006 09:21:35 +0000
parents ff4e85e04adf
children 779dfb7925be
files plugins/timestamp.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/timestamp.c	Mon Mar 06 07:53:52 2006 +0000
+++ b/plugins/timestamp.c	Mon Mar 06 09:21:35 2006 +0000
@@ -232,12 +232,6 @@
 
 	destroy_timer_list();
 
-	for (cnvs = gaim_get_conversations(); cnvs != NULL; cnvs = cnvs->next) {
-		GaimConversation *c = cnvs->data;
-		GaimGtkConversation *conv = GAIM_GTK_CONVERSATION(c);
-		gtk_imhtml_show_comments(GTK_IMHTML(conv->imhtml), TRUE);
-	}
-
 	return TRUE;
 }