[gdm/gnome-3-6] Look in the correct location for gdm.schemas on HUP
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gdm/gnome-3-6] Look in the correct location for gdm.schemas on HUP
- Date: Tue, 16 Oct 2012 02:24:25 +0000 (UTC)
commit c27d0f24960144bdfbb618092f993fc725b2b082
Author: Sjoerd Simons <sjoerd luon net>
Date:   Sun Oct 14 12:01:18 2012 +0200
    Look in the correct location for gdm.schemas on HUP
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686108
    (cherry picked from commit 7cafff03c4bd012ac485613d254dd94aa44376a5)
 daemon/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/main.c b/daemon/main.c
index 3b8572c..6d02ad3 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -366,7 +366,7 @@ signal_cb (int      signo,
                 g_object_unref (settings);
                 settings = gdm_settings_new ();
                 if (settings != NULL) {
-                        if (! gdm_settings_direct_init (settings, GDMCONFDIR "/gdm.schemas", "/")) {
+                        if (! gdm_settings_direct_init (settings, DATADIR "/gdm/gdm.schemas", "/")) {
                                 g_warning ("Unable to initialize settings");
                         }
                 }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]