[gaim-migrate @ 14109]

Tue, 25 Oct 2005 16:15:12 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Tue, 25 Oct 2005 16:15:12 +0000
changeset 11818
e4d5b6c1a177
parent 11817
b8622a510778
child 11819
ed7eacf30277

[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: Richard Laager <rlaager@pidgin.im>

src/server.c file | annotate | diff | comparison | revisions
--- 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);
 	}

mercurial