finch/gntpounce.c

branch
soc.2013.gobjectification.plugins
changeset 37101
8ba9a23354ff
parent 37066
1ebce1f4993b
parent 35499
c4c5e0a670b1
child 37138
a5f26022c3a5
--- a/finch/gntpounce.c	Mon Feb 10 00:16:53 2014 +0530
+++ b/finch/gntpounce.c	Mon Feb 10 01:09:47 2014 +0530
@@ -876,7 +876,7 @@
 			purple_conversation_write(PURPLE_CONVERSATION(im), NULL, message,
 									PURPLE_MESSAGE_SEND, time(NULL));
 
-			serv_send_im(purple_account_get_connection(account), (char *)pouncee, (char *)message, 0);
+			purple_serv_send_im(purple_account_get_connection(account), (char *)pouncee, (char *)message, 0);
 		}
 	}
 

mercurial