aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-proxy.c')
-rw-r--r--e-util/e-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-proxy.c b/e-util/e-proxy.c
index f47231c84c..4ffbeb94a2 100644
--- a/e-util/e-proxy.c
+++ b/e-util/e-proxy.c
@@ -89,7 +89,7 @@ e_proxy_init ()
gconf_client_add_dir (client, "/system/http_proxy",
GCONF_CLIENT_PRELOAD_ONELEVEL, NULL);
- gconf_client_notify_add (client, "/system/http_proxy/",
+ gconf_client_notify_add (client, "/system/http_proxy",
proxy_setting_changed, NULL, NULL, NULL);
set_proxy (client);