libpurple/conversationtypes.c

branch
soc.2013.gobjectification.plugins
changeset 36606
9fe2d65fe1a7
parent 36544
1bf8b6ef5aea
child 36607
7ad7681dcfd8
--- a/libpurple/conversationtypes.c	Thu Aug 29 18:05:55 2013 +0530
+++ b/libpurple/conversationtypes.c	Thu Aug 29 23:38:19 2013 +0530
@@ -466,7 +466,7 @@
 			serv_send_typing(gc, name, PURPLE_IM_NOT_TYPING);
 
 		if (gc && protocol->convo_closed != NULL)
-			protocol->convo_closed(gc, name);
+			purple_protocol_iface_convo_closed(protocol, gc, name);
 	}
 
 	purple_im_conversation_stop_typing_timeout(im);

mercurial