From: Rob F. <rob...@us...> - 2002-03-15 02:45:23
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv2003 Modified Files: conversation.c Log Message: double mint twins are my friends sdneirf ym era sniwt tnim elbuod Index: conversation.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/conversation.c,v retrieving revision 1.341 retrieving revision 1.342 diff -u -d -r1.341 -r1.342 --- conversation.c 15 Mar 2002 02:34:10 -0000 1.341 +++ conversation.c 15 Mar 2002 02:45:20 -0000 1.342 @@ -180,8 +180,8 @@ conversations = g_list_append(conversations, c); show_conv(c); update_icon(c); - update_smilies(c); update_checkbox(c); + update_smilies(c); plugin_event(event_new_conversation, name, 0, 0, 0); return c; } @@ -2365,6 +2365,7 @@ update_icon(c); update_checkbox(c); + update_smilies(c); } void update_buttons_by_protocol(struct conversation *c) |