libpurple/protocols/myspace/myspace.c

branch
gtkdoc-conversion
changeset 35501
602747bb4af9
parent 35499
c4c5e0a670b1
child 37103
cdc96a002b33
--- a/libpurple/protocols/myspace/myspace.c	Mon Feb 10 01:40:39 2014 +0530
+++ b/libpurple/protocols/myspace/myspace.c	Mon Feb 10 02:20:01 2014 +0530
@@ -1558,7 +1558,7 @@
 		purple_serv_got_typing(session->gc, username, 0, PURPLE_IM_TYPING);
 		rc = TRUE;
 	} else if (g_str_equal(msg_text, "%stoptyping%")) {
-		purple_purple_serv_got_typing_stopped(session->gc, username);
+		purple_serv_got_typing_stopped(session->gc, username);
 		rc = TRUE;
 	} else if (strstr(msg_text, "!!!ZAP_SEND!!!=RTE_BTN_ZAPS_")) {
 		rc = msim_incoming_zap(session, msg);
@@ -1614,7 +1614,7 @@
 	 * Tell libpurple they started typing and stopped typing, to inform the Psychic
 	 * Mode plugin so it too can open a window to the user. */
 	purple_serv_got_typing(session->gc, username, 0, PURPLE_IM_TYPING);
-	purple_purple_serv_got_typing_stopped(session->gc, username);
+	purple_serv_got_typing_stopped(session->gc, username);
 
 	g_free(username);
 

mercurial