diff src/prefs.c @ 4137:22875a399312

[gaim-migrate @ 4355] this patch from Robert Krawitz (rlk) should fix some of the proxy preference mess committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 25 Dec 2002 00:51:00 +0000
parents fa5075168c23
children d3c8d2b40494
line wrap: on
line diff
--- a/src/prefs.c	Wed Dec 25 00:38:25 2002 +0000
+++ b/src/prefs.c	Wed Dec 25 00:51:00 2002 +0000
@@ -124,6 +124,8 @@
 		g_snprintf(proxyuser, sizeof(proxyuser), "%s", gtk_entry_get_text(entry));
 	else if (entrynum == PROXYPASS)
 		g_snprintf(proxypass, sizeof(proxypass), "%s", gtk_entry_get_text(entry));
+	proxy_info_is_from_gaimrc = 1; /* If the user specifies it, we want
+					  to save it */
 }