diff libgaim/protocols/oscar/oscar.c @ 14354:01daacf7b771

[gaim-migrate @ 17060] Make gaim_url_fetch() cancelable and change Yahoo! to take advantage of the changes. Other stuff can be changed later, the important thing is that the API is there. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 27 Aug 2006 21:13:30 +0000
parents 80b05108652c
children 92eb7a040663
line wrap: on
line diff
--- a/libgaim/protocols/oscar/oscar.c	Sun Aug 27 19:47:41 2006 +0000
+++ b/libgaim/protocols/oscar/oscar.c	Sun Aug 27 21:13:30 2006 +0000
@@ -1372,7 +1372,7 @@
 	return 1;
 }
 
-/* XXX - Should use gaim_url_fetch for the below stuff */
+/* XXX - Should use gaim_util_fetch_url for the below stuff */
 struct pieceofcrap {
 	GaimConnection *gc;
 	unsigned long offset;