plugins/history.c

changeset 11605
6ec0db32db8d
parent 11338
1a3663ac9b05
child 11814
5003711283c0
--- a/plugins/history.c	Tue Oct 04 01:40:23 2005 +0000
+++ b/plugins/history.c	Tue Oct 04 02:01:07 2005 +0000
@@ -45,7 +45,8 @@
 	char *header;
 
 	convtype = gaim_conversation_get_type(c);
-	if (convtype == GAIM_CONV_TYPE_IM)
+	gtkconv = GAIM_GTK_CONVERSATION(c);
+	if (convtype == GAIM_CONV_TYPE_IM && g_list_length(gtkconv->convs) < 2)
 	{
 		GSList *buddies;
 		GSList *cur;

mercurial