diff src/html.c @ 5681:46d7ad0dfa26

[gaim-migrate @ 6100] Rewrote the proxy code. It should now work with the new prefs, and it has a namespace and API too! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 03 Jun 2003 02:00:33 +0000
parents e41b04bb4afe
children 059d95c67cda
line wrap: on
line diff
--- a/src/html.c	Mon Jun 02 22:30:25 2003 +0000
+++ b/src/html.c	Tue Jun 03 02:00:33 2003 +0000
@@ -314,8 +314,9 @@
 	gunk->website = parse_url(url);
 	gunk->full = full;
 
-	if ((sock = proxy_connect(NULL, gunk->website->address, gunk->website->port,
-				  grab_url_callback, gunk)) < 0) {
+	if ((sock = gaim_proxy_connect(NULL, gunk->website->address,
+								   gunk->website->port, grab_url_callback,
+								   gunk)) < 0) {
 		g_free(gunk->website);
 		g_free(gunk->url);
 		g_free(gunk);