diff src/protocols/oscar/peer.c @ 13672:e5c3bfc208a9

[gaim-migrate @ 16074] Change the name of the oscar account preference for "always use proxy server for peer connections." The description and meaning of this preference has changed between 1.5.0 and 2.0.0. It almost has the inverse meaning of what it used to have. Also, the default changed from TRUE to FALSE, and I want to reset people's value to the default. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 21 Apr 2006 02:48:58 +0000
parents ee026e289bc4
children 6fc412e59214
line wrap: on
line diff
--- a/src/protocols/oscar/peer.c	Thu Apr 20 05:51:37 2006 +0000
+++ b/src/protocols/oscar/peer.c	Fri Apr 21 02:48:58 2006 +0000
@@ -119,7 +119,7 @@
 	conn->listenerfd = -1;
 	conn->fd = -1;
 	conn->lastactivity = time(NULL);
-	conn->use_proxy |= gaim_account_get_bool(account, "use_rv_proxy", FALSE);
+	conn->use_proxy |= gaim_account_get_bool(account, "always_use_rv_proxy", FALSE);
 
 	if (type == OSCAR_CAPABILITY_DIRECTIM)
 		memcpy(conn->magic, "ODC2", 4);