comparison src/conversation.c @ 808:9d61f3d01046

[gaim-migrate @ 818] event_new_conversation committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 31 Aug 2000 03:40:17 +0000
parents 17def2bb9720
children a636ac51d15b
comparison
equal deleted inserted replaced
807:632d781c29da 808:9d61f3d01046
142 fclose(fd); 142 fclose(fd);
143 } 143 }
144 144
145 show_conv(c); 145 show_conv(c);
146 conversations = g_list_append(conversations, c); 146 conversations = g_list_append(conversations, c);
147 plugin_event(event_new_conversation, name, 0, 0);
147 return c; 148 return c;
148 } 149 }
149 150
150 151
151 struct conversation *find_conversation(char *name) 152 struct conversation *find_conversation(char *name)