2002-08-30 15:42:52 -04:00
|
|
|
$OpenBSD: patch-gconf_gconftool_c,v 1.2 2002/08/30 19:42:52 nino Exp $
|
|
|
|
--- gconf/gconftool.c.orig Tue Dec 4 14:09:43 2001
|
|
|
|
+++ gconf/gconftool.c Mon Aug 26 12:10:57 2002
|
2001-11-13 09:04:41 -05:00
|
|
|
@@ -22,9 +22,9 @@
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <unistd.h>
|
|
|
|
#include <popt.h>
|
|
|
|
-#include <libxml/tree.h>
|
|
|
|
-#include <libxml/parser.h>
|
|
|
|
-#include <libxml/xmlmemory.h>
|
|
|
|
+#include <gnome-xml/tree.h>
|
|
|
|
+#include <gnome-xml/parser.h>
|
|
|
|
+#include <gnome-xml/xmlmemory.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <errno.h>
|
|
|
|
|
2002-08-30 15:42:52 -04:00
|
|
|
@@ -2545,7 +2545,7 @@ do_get_default_source(GConfEngine* conf,
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 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);
|
|
|
|
|