diff libpurple/server.c @ 32697:fe20ff3d4e7a

Hide struct _PurpleConvIm.
author andrew.victor@mxit.com
date Sat, 01 Oct 2011 11:35:15 +0000
parents 91e8402106c1
children 2ec94166be43
line wrap: on
line diff
--- a/libpurple/server.c	Sat Oct 01 11:29:43 2011 +0000
+++ b/libpurple/server.c	Sat Oct 01 11:35:15 2011 +0000
@@ -725,7 +725,7 @@
 	{
 		im = PURPLE_CONV_IM(conv);
 
-		if (im->typing_state == PURPLE_NOT_TYPING)
+		if (purple_conv_im_get_typing_state(im) == PURPLE_NOT_TYPING)
 			return;
 
 		purple_conv_im_stop_typing_timeout(im);