[gnome-terminal] Disable autoconfig_url proxy setting as no client supports it
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-terminal] Disable autoconfig_url proxy setting as no client supports it
- Date: Fri, 11 Dec 2009 23:27:55 +0000 (UTC)
commit 975ba6da78a9cd4447195b0f9cc180c5b3358318
Author: Behdad Esfahbod <behdad behdad org>
Date: Fri Dec 11 18:27:10 2009 -0500
Disable autoconfig_url proxy setting as no client supports it
src/terminal-screen.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/terminal-screen.c b/src/terminal-screen.c
index 16cb8e2..353ecb1 100644
--- a/src/terminal-screen.c
+++ b/src/terminal-screen.c
@@ -1487,9 +1487,11 @@ setup_autoconfig_proxy_env (GHashTable *env_table, GConfClient *conf)
url = conf_get_string (conf, PROXY_DIR "/autoconfig_url");
if (url)
{
+ /* XXX Not sure what to do with it. See bug 596688
char *proxy;
proxy = g_strdup_printf ("pac+%s", url);
set_proxy_env (env_table, "http_proxy", proxy);
+ */
}
g_free (url);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]