libpurple/protocols/simple/simple.c

branch
soc.2013.gobjectification.plugins
changeset 37103
cdc96a002b33
parent 37101
8ba9a23354ff
parent 35501
602747bb4af9
child 37143
728319cb659f
--- a/libpurple/protocols/simple/simple.c	Mon Feb 10 02:09:20 2014 +0530
+++ b/libpurple/protocols/simple/simple.c	Mon Feb 10 02:22:24 2014 +0530
@@ -1082,7 +1082,7 @@
 			if(strstr(statedata, "active"))
 				purple_serv_got_typing(sip->gc, from, 0, PURPLE_IM_TYPING);
 			else
-				purple_purple_serv_got_typing_stopped(sip->gc, from);
+				purple_serv_got_typing_stopped(sip->gc, from);
 
 			g_free(statedata);
 		}

mercurial