# HG changeset patch # User Tim Ringenbach # Date 1128391267 0 # Node ID f36471a3c2588d30c03fcad51088fce222d59c6c # Parent 6be663877350426d0b66b1f2249166e9a8c16fcb [gaim-migrate @ 13876] History plugin should no longer speak unless spoken to, or something like that. committer: Tailor Script diff -r 6be663877350 -r f36471a3c258 plugins/history.c --- 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;