src/gtkpounce.c

changeset 6982
12f08de92674
parent 6695
2a63688f0d6d
child 7035
76bca80cd91d
--- a/src/gtkpounce.c	Sat Sep 27 15:45:49 2003 +0000
+++ b/src/gtkpounce.c	Sat Sep 27 19:17:21 2003 +0000
@@ -859,10 +859,10 @@
 			if (conv == NULL)
 				conv = gaim_conversation_new(GAIM_CONV_IM, account, pouncee);
 
-			gaim_conversation_write(conv, NULL, message, -1,
+			gaim_conversation_write(conv, NULL, message,
 									GAIM_MESSAGE_SEND, time(NULL));
 
-			serv_send_im(account->gc, (char *)pouncee, (char *)message, -1, 0);
+			serv_send_im(account->gc, (char *)pouncee, (char *)message, 0);
 		}
 	}
 

mercurial