From 64b4f525599ca1d7addab28b0c5b918d2eebe9f2 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Fri, 2 May 2008 17:43:21 +0000 Subject: Reverse last change. It seemed to work when I first tested it, but I must 2008-05-02 Brian Cameron * daemon/gdm-daemon-config.c: Reverse last change. It seemed to work when I first tested it, but I must have tested it wrong. svn path=/branches/gnome-2-20/; revision=6209 --- ChangeLog | 5 +++++ daemon/gdm-daemon-config.c | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 869ae3a8..d2b84541 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-02 Brian Cameron + + * daemon/gdm-daemon-config.c: Reverse last change. It seemed to + work when I first tested it, but I must have tested it wrong. + 2008-05-02 Brian Cameron * daemon/gdm-daemon-config.c: Remove call to gdm_config_load from diff --git a/daemon/gdm-daemon-config.c b/daemon/gdm-daemon-config.c index c3662603..0b3c92dc 100644 --- a/daemon/gdm-daemon-config.c +++ b/daemon/gdm-daemon-config.c @@ -1272,6 +1272,9 @@ gdm_daemon_config_update_key (const char *keystring) return FALSE; } + /* reload backend files if necessary */ + gdm_config_load (daemon_config, NULL); + /* Shortcut for updating all XDMCP parameters */ if (is_key (keystring, "xdmcp/PARAMETERS")) { rc = gdm_daemon_config_update_key (GDM_KEY_DISPLAYS_PER_HOST); -- cgit v1.2.1