$OpenBSD: patch-gconf_gconftool_c,v 1.2 2003/06/12 19:37:27 marcm Exp $
--- gconf/gconftool.c.orig	Wed Sep 18 19:04:30 2002
+++ gconf/gconftool.c	Wed Apr 30 20:14:27 2003
@@ -2702,7 +2702,7 @@ do_get_default_source (const gchar** arg
     }
 
   /* Use default database */
-  source = g_strconcat("xml::", GCONF_ETCDIR, "/gconf.xml.defaults", NULL);
+  source = g_strconcat(GCONF_CONFIG_SOURCE, NULL);
   printf("%s\n", source);
   g_free(source);
 
