Mercurial > pidgin
diff plugins/timestamp.c @ 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 | e132f0969763 |
| children | 779dfb7925be |
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; }
