diff src/buddy.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 e5eac6b236f1
children 3dbc2cd326e2
line wrap: on
line diff
--- a/src/buddy.c	Thu Oct 12 09:02:56 2000 +0000
+++ b/src/buddy.c	Thu Oct 12 18:59:36 2000 +0000
@@ -1176,6 +1176,7 @@
         
 	who = g_strdup(normalize(name));
 
+	/* FIXME: we should decide somewhere who we're pouncing as */
 	while(bp) {
 		b = (struct buddy_pounce *)bp->data;;
 		bp = bp->next; /* increment the list here because rem_bp can make our handle bad */
@@ -1195,7 +1196,7 @@
 
                         	write_to_conv(c, b->message, WFLAG_SEND, NULL);
 
-                                serv_send_im(name, b->message, 0);
+                                serv_send_im(c->gc, name, b->message, 0);
 			}
                         
                         rem_bp(NULL, b);