libpurple/plugins/filectl.c

branch
soc.2013.gobjectification.plugins
changeset 37101
8ba9a23354ff
parent 36792
764b45883fba
parent 35499
c4c5e0a670b1
child 38433
361c801c4536
--- a/libpurple/plugins/filectl.c	Mon Feb 10 00:16:53 2014 +0530
+++ b/libpurple/plugins/filectl.c	Mon Feb 10 01:09:47 2014 +0530
@@ -99,7 +99,7 @@
 			{
 				/*
 				purple_conversation_write(conv, arg2, WFLAG_SEND, NULL, time(NULL), -1);
-				serv_send_im(conv->gc, arg1, arg2, 0);
+				purple_serv_send_im(conv->gc, arg1, arg2, 0);
 				*/
 			}
 

mercurial