# HG changeset patch # User Stu Tomlinson # Date 1141636895 0 # Node ID bb17a6cb32dca839a06c1cd3d83f1372ccaaac87 # Parent ff4e85e04adfef83c1abe3046005c60a544dc8e6 [gaim-migrate @ 15769] This plugin should also not be forcing message timestamps on when it is unloaded. committer: Tailor Script diff -r ff4e85e04adf -r bb17a6cb32dc plugins/timestamp.c --- 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; }