Mercurial > pidgin.yaz
diff src/conversation.c @ 980:82c5865f7cfe
[gaim-migrate @ 990]
i hope this works
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 12 Oct 2000 18:59:36 +0000 |
parents | 2586b2a3725e |
children | eacd93d0089a |
line wrap: on
line diff
--- a/src/conversation.c Thu Oct 12 09:02:56 2000 +0000 +++ b/src/conversation.c Thu Oct 12 18:59:36 2000 +0000 @@ -696,7 +696,7 @@ write_to_conv(c, buf3, WFLAG_SEND, NULL); g_free(buf3); - serv_send_im(c->name, buf, 0); + serv_send_im(c->gc, c->name, buf, 0); if (c->makesound && (sound_options & OPT_SOUND_SEND)) play_sound(SEND);