openbsd-ports/devel/gconf2/patches/patch-gconf_gconfd_c
2011-09-26 16:13:22 +00:00

13 lines
550 B
Plaintext

$OpenBSD: patch-gconf_gconfd_c,v 1.5 2011/09/26 16:13:22 ajacoutot Exp $
--- gconf/gconfd.c.orig Sun Aug 14 16:20:17 2011
+++ gconf/gconfd.c Mon Sep 26 18:02:33 2011
@@ -680,7 +680,7 @@ system_bus_message_handler (DBusConnection *connection
gconf_log (GCL_DEBUG, "System defaults changed. Notifying.");
- addresses.data = "xml:merged:" GCONF_ETCDIR "/gconf.xml.system";
+ addresses.data = "xml:merged:/var/db/gconf/gconf.xml.system";
addresses.next = NULL;
system_sources = gconf_sources_new_from_addresses (&addresses, NULL);