aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-12-02 19:46:39 +0800
committerChristian Persch <chpe@src.gnome.org>2003-12-02 19:46:39 +0800
commit59c363cefbf791b75a131fb7f227f4d5e53516d4 (patch)
tree9ae5d59086b24fef671ee6eb27433ec942261413 /src/ephy-shell.c
parentbb7155427eff79afe8021acf2c3234a7c19b046d (diff)
downloadgsoc2013-epiphany-59c363cefbf791b75a131fb7f227f4d5e53516d4.tar
gsoc2013-epiphany-59c363cefbf791b75a131fb7f227f4d5e53516d4.tar.gz
gsoc2013-epiphany-59c363cefbf791b75a131fb7f227f4d5e53516d4.tar.bz2
gsoc2013-epiphany-59c363cefbf791b75a131fb7f227f4d5e53516d4.tar.lz
gsoc2013-epiphany-59c363cefbf791b75a131fb7f227f4d5e53516d4.tar.xz
gsoc2013-epiphany-59c363cefbf791b75a131fb7f227f4d5e53516d4.tar.zst
gsoc2013-epiphany-59c363cefbf791b75a131fb7f227f4d5e53516d4.zip
Monitor /system/http_proxy for proxy changes.
2003-12-02 Christian Persch <chpe@cvs.gnome.org> * src/ephy-shell.c: (ephy_init_services): Monitor /system/http_proxy for proxy changes.
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r--src/ephy-shell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 351660e4b..e8f52b50e 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -328,6 +328,7 @@ ephy_init_services (EphyShell *gs)
/* it also enables notifiers support */
eel_gconf_monitor_add ("/apps/epiphany");
eel_gconf_monitor_add ("/system/proxy");
+ eel_gconf_monitor_add ("/system/http_proxy");
#ifdef ENABLE_NAUTILUS_VIEW