changeset 2267:837aa71710c5

[gaim-migrate @ 2277] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 11 Sep 2001 00:37:52 +0000
parents 0844f0bdf119
children a9787aad60f3
files src/conversation.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/conversation.c	Tue Sep 11 00:00:58 2001 +0000
+++ b/src/conversation.c	Tue Sep 11 00:37:52 2001 +0000
@@ -1322,6 +1322,9 @@
 	char buf2[BUF_LONG];
 	char mdate[64];
 
+	if (!g_list_find(conversations, c))
+		return;
+
 	strftime(mdate, sizeof(mdate), "%H:%M:%S", localtime(&mtime));
 
 	gtk_font_options = gtk_font_options ^ GTK_IMHTML_NO_COMMENTS;