libpurple/xfer.c

branch
soc.2013.gobjectification.plugins
changeset 37101
8ba9a23354ff
parent 37095
0196a853776e
parent 35499
c4c5e0a670b1
child 37113
cb24b99a09ea
--- a/libpurple/xfer.c	Mon Feb 10 00:16:53 2014 +0530
+++ b/libpurple/xfer.c	Mon Feb 10 01:09:47 2014 +0530
@@ -484,7 +484,7 @@
 		}
 
 		if (priv->message != NULL)
-			serv_got_im(purple_account_get_connection(priv->account),
+			purple_serv_got_im(purple_account_get_connection(priv->account),
 								 priv->who, priv->message, 0, time(NULL));
 
 		cpar = purple_request_cpar_from_account(priv->account);

mercurial