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.
This commit is contained in:
Jonathan Blandford 2002-05-08 22:12:25 +00:00 committed by Jonathan Blandford
parent 29cc929d0c
commit 1392788294
2 changed files with 11 additions and 6 deletions

View file

@ -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

View file

@ -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,