changeset 11818:9d6e498fe402

[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 <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 25 Oct 2005 16:15:12 +0000
parents 1bb0efbd4394
children 1452a3a9f07a
files src/server.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 	}