diff src/prefs.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 5c5678c7b900
children 9befba33f7c8
line wrap: on
line diff
--- a/src/prefs.c	Mon Jun 02 22:30:25 2003 +0000
+++ b/src/prefs.c	Tue Jun 03 02:00:33 2003 +0000
@@ -137,10 +137,6 @@
 	gaim_prefs_add_bool("/core/conversations/im/show_login", TRUE);
 	gaim_prefs_add_bool("/core/conversations/im/send_typing", TRUE);
 
-	/* Proxy */
-	gaim_prefs_add_none("/core/proxy");
-	gaim_prefs_add_string("/core/proxy/type", "none");
-
 	/* Sound */
 	gaim_prefs_add_none("/core/sound");
 	gaim_prefs_add_bool("/core/sound/use_sys_default", TRUE);
@@ -150,6 +146,8 @@
 	gaim_prefs_add_bool("/core/sound/use_custom", FALSE);
 	gaim_prefs_add_string("/core/sound/command", "");
 	gaim_prefs_add_bool("/core/sound/while_away", FALSE);
+
+	gaim_proxy_init();
 }
 
 static char *pref_full_name(struct gaim_pref *pref) {