summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2002-05-08 22:12:25 +0000
committerJonathan Blandford <jrb@src.gnome.org>2002-05-08 22:12:25 +0000
commit139278829433c7e8a0359df27fbd34127e7c74bd (patch)
tree1e2acc218cb7e2cbe18ba67408be6d0d6022dd72
parent29cc929d0cac2e7e47c8ded0eb5d8e63d8d9c11c (diff)
downloadgnome-control-center-139278829433c7e8a0359df27fbd34127e7c74bd.tar.gz
update schema keys to reflect the installed file.
Wed May 8 17:54:57 2002 Jonathan Blandford <jrb@redhat.com> * capplets/network/gnome-network-preferences.c: update schema keys to reflect the installed file.
-rw-r--r--ChangeLog5
-rw-r--r--capplets/network/gnome-network-preferences.c12
2 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index d117f4b99..3aba3f39f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 8 17:54:57 2002 Jonathan Blandford <jrb@redhat.com>
+
+ * capplets/network/gnome-network-preferences.c: update schema keys
+ to reflect the installed file.
+
2002-05-06 Rachel Hestilow <hestilow@ximian.com>
* configure.in: Bump version to 1.99.10
diff --git a/capplets/network/gnome-network-preferences.c b/capplets/network/gnome-network-preferences.c
index 3930647ae..ad3848669 100644
--- a/capplets/network/gnome-network-preferences.c
+++ b/capplets/network/gnome-network-preferences.c
@@ -32,12 +32,12 @@
#include "capplet-util.h"
#include "gconf-property-editor.h"
-#define USE_PROXY_KEY "/system/gnome-vfs/use-http-proxy"
-#define PROXY_HOST_KEY "/system/gnome-vfs/http-proxy-host"
-#define PROXY_PORT_KEY "/system/gnome-vfs/http-proxy-port"
-#define USE_AUTH_KEY "/system/gnome-vfs/use-http-proxy-authorization"
-#define AUTH_USER_KEY "/system/gnome-vfs/http-proxy-authorization-user"
-#define AUTH_PASSWD_KEY "/system/gnome-vfs/http-proxy-authorization-password"
+#define USE_PROXY_KEY "/system/http_proxy/use_http_proxy"
+#define PROXY_HOST_KEY "/system/http_proxy/host"
+#define PROXY_PORT_KEY "/system/http_proxy/port"
+#define USE_AUTH_KEY "/system/http_proxy/use_authentication"
+#define AUTH_USER_KEY "/system/http_proxy/authentication_user"
+#define AUTH_PASSWD_KEY "/system/http_proxy/authentication_password"
static void
dialog_response (GtkWidget *widget,