From 139278829433c7e8a0359df27fbd34127e7c74bd Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Wed, 8 May 2002 22:12:25 +0000 Subject: update schema keys to reflect the installed file. Wed May 8 17:54:57 2002 Jonathan Blandford * capplets/network/gnome-network-preferences.c: update schema keys to reflect the installed file. --- ChangeLog | 5 +++++ capplets/network/gnome-network-preferences.c | 12 ++++++------ 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 + + * capplets/network/gnome-network-preferences.c: update schema keys + to reflect the installed file. + 2002-05-06 Rachel Hestilow * 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, -- cgit v1.2.1