Mercurial > pidgin
comparison src/server.c @ 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 | cae2fb7e8594 |
| children | c9312177821a |
comparison
equal
deleted
inserted
replaced
| 11817:1bb0efbd4394 | 11818:9d6e498fe402 |
|---|---|
| 763 | 763 |
| 764 conv = gaim_find_conversation_with_account(GAIM_CONV_TYPE_IM, name, gc->account); | 764 conv = gaim_find_conversation_with_account(GAIM_CONV_TYPE_IM, name, gc->account); |
| 765 if (conv != NULL) { | 765 if (conv != NULL) { |
| 766 im = GAIM_CONV_IM(conv); | 766 im = GAIM_CONV_IM(conv); |
| 767 | 767 |
| 768 gaim_conversation_set_account(conv, gc->account); | |
| 769 gaim_conv_im_set_typing_state(im, state); | 768 gaim_conv_im_set_typing_state(im, state); |
| 770 gaim_conv_im_update_typing(im); | 769 gaim_conv_im_update_typing(im); |
| 771 } | 770 } |
| 772 | 771 |
| 773 if (state == GAIM_TYPING) | 772 if (state == GAIM_TYPING) |
