aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-shell.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e247c7d7b..49f4a1b01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-12-02 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-shell.c: (ephy_init_services):
+
+ Monitor /system/http_proxy for proxy changes.
+
2003-11-10 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-toolbars-model.c: (egg_toolbars_model_load):
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