pidgin.next.minor: 6f6dd569: Clean up a case in the Yahoo! prpl where...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Mon Oct 12 18:58:09 EDT 2009


-----------------------------------------------------------------
Revision: 6f6dd5699adbee9e318ef6affef1420796cef69f
Ancestor: b03e15e42085e97d8928125408fd974950451b97
Author: foufou33 at gmail.com
Date: 2009-10-12T18:52:27
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/6f6dd5699adbee9e318ef6affef1420796cef69f

Modified files:
        libpurple/protocols/yahoo/yahoo_filexfer.c

ChangeLog: 

Clean up a case in the Yahoo! prpl where the caller now handles this.  Other
instances of this should probably be hunted down and fixed.

-------------- next part --------------
============================================================
--- libpurple/protocols/yahoo/yahoo_filexfer.c	c3c91a52dc688dfc688bc76df861a334758f1337
+++ libpurple/protocols/yahoo/yahoo_filexfer.c	6d0998b245233c0670c731fb8ce91f1c6dc69ad8
@@ -509,9 +509,6 @@ static gssize yahoo_xfer_write(const guc
 		return 0;
 	}
 
-	if ((purple_xfer_get_bytes_sent(xfer) + len) >= purple_xfer_get_size(xfer))
-		purple_xfer_set_completed(xfer, TRUE);
-
 	return len;
 }
 


More information about the Commits mailing list