# HG changeset patch # User Richard Laager # Date 1130256912 0 # Node ID 9d6e498fe402a3d7b11c62df5e6f89c32ee10f65 # Parent 1bb0efbd4394df1c9e58b8959abf725fc48db0db [gaim-migrate @ 14109] Sadrul says in 1276849 that we don't need this. I believe him, as there's no point in setting the account on a conversation when you just found that conversation with gaim_conversation_find_with_account(). committer: Tailor Script diff -r 1bb0efbd4394 -r 9d6e498fe402 src/server.c --- a/src/server.c Tue Oct 25 16:05:26 2005 +0000 +++ b/src/server.c Tue Oct 25 16:15:12 2005 +0000 @@ -765,7 +765,6 @@ if (conv != NULL) { im = GAIM_CONV_IM(conv); - gaim_conversation_set_account(conv, gc->account); gaim_conv_im_set_typing_state(im, state); gaim_conv_im_update_typing(im); }