pidgin: d450042d: Make the comment reflect that we are act...

deryni at pidgin.im deryni at pidgin.im
Sun Jul 5 11:19:04 EDT 2009


-----------------------------------------------------------------
Revision: d450042d5d54c83a21c6f1c65e8cf82c7d376d94
Ancestor: 5412564b3130cb7020b04eef6a5674b8e0e806f4
Author: deryni at pidgin.im
Date: 2009-06-26T23:49:44
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/d450042d5d54c83a21c6f1c65e8cf82c7d376d94

Modified files:
        libpurple/prpl.c

ChangeLog: 

Make the comment reflect that we are actually just stopping the typing
indication not re-using statuses.

-------------- next part --------------
============================================================
--- libpurple/prpl.c	4776c5f5236811baf3015d81bb490ad8af9f775d
+++ libpurple/prpl.c	a4a5890166ae56611f9408bbe4585290c6fd9472
@@ -282,7 +282,8 @@ purple_prpl_got_user_status(PurpleAccoun
 
 	g_slist_free(list);
 
-	/* we get to re-use the last status we found */
+	/* The buddy is no longer online, they are therefore by definition not
+	 * still typing to us. */
 	if (!purple_status_is_online(status))
 		serv_got_typing_stopped(purple_account_get_connection(account), name);
 }


More information about the Commits mailing list