comparison plugins/history.c @ 11605:f36471a3c258

[gaim-migrate @ 13876] History plugin should no longer speak unless spoken to, or something like that. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Tue, 04 Oct 2005 02:01:07 +0000
parents 17142948653e
children fa17fc619f17
comparison
equal deleted inserted replaced
11604:6be663877350 11605:f36471a3c258
43 time_t tm; 43 time_t tm;
44 char day[64]; 44 char day[64];
45 char *header; 45 char *header;
46 46
47 convtype = gaim_conversation_get_type(c); 47 convtype = gaim_conversation_get_type(c);
48 if (convtype == GAIM_CONV_TYPE_IM) 48 gtkconv = GAIM_GTK_CONVERSATION(c);
49 if (convtype == GAIM_CONV_TYPE_IM && g_list_length(gtkconv->convs) < 2)
49 { 50 {
50 GSList *buddies; 51 GSList *buddies;
51 GSList *cur; 52 GSList *cur;
52 53
53 /* If we're not logging, don't show anything. 54 /* If we're not logging, don't show anything.