summaryrefslogtreecommitdiff
path: root/gconf/gconfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'gconf/gconfd.c')
-rw-r--r--gconf/gconfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gconf/gconfd.c b/gconf/gconfd.c
index 2827635d..b89e7a14 100644
--- a/gconf/gconfd.c
+++ b/gconf/gconfd.c
@@ -667,7 +667,7 @@ system_bus_message_handler (DBusConnection *connection,
gconf_log (GCL_DEBUG, "System defaults changed. Notifying.");
- addresses.data = "xml:merged:/etc/gconf/gconf.xml.system";
+ addresses.data = "xml:merged:" GCONF_ETCDIR "/gconf.xml.system";
addresses.next = NULL;
system_sources = gconf_sources_new_from_addresses (&addresses, NULL);