comparison src/conversation.c @ 3051:7cd6eadd575f

[gaim-migrate @ 3064] double mint twins are my friends sdneirf ym era sniwt tnim elbuod committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 15 Mar 2002 02:45:20 +0000
parents 200b8133616a
children 2379e9bb2fea
comparison
equal deleted inserted replaced
3050:200b8133616a 3051:7cd6eadd575f
178 c->gc = (struct gaim_connection *)connections->data; 178 c->gc = (struct gaim_connection *)connections->data;
179 c->history = g_string_new(""); 179 c->history = g_string_new("");
180 conversations = g_list_append(conversations, c); 180 conversations = g_list_append(conversations, c);
181 show_conv(c); 181 show_conv(c);
182 update_icon(c); 182 update_icon(c);
183 update_checkbox(c);
183 update_smilies(c); 184 update_smilies(c);
184 update_checkbox(c);
185 plugin_event(event_new_conversation, name, 0, 0, 0); 185 plugin_event(event_new_conversation, name, 0, 0, 0);
186 return c; 186 return c;
187 } 187 }
188 188
189 189
2363 set_convo_title(c); 2363 set_convo_title(c);
2364 update_buttons_by_protocol(c); 2364 update_buttons_by_protocol(c);
2365 2365
2366 update_icon(c); 2366 update_icon(c);
2367 update_checkbox(c); 2367 update_checkbox(c);
2368 update_smilies(c);
2368 } 2369 }
2369 2370
2370 void update_buttons_by_protocol(struct conversation *c) 2371 void update_buttons_by_protocol(struct conversation *c)
2371 { 2372 {
2372 if (!c->gc) { 2373 if (!c->gc) {