openbsd-ports/devel/gconf2/patches/patch-gconf_gconfd_c
2010-03-30 12:52:30 +00:00

13 lines
546 B
Plaintext

$OpenBSD: patch-gconf_gconfd_c,v 1.2 2010/03/30 12:52:30 ajacoutot Exp $
--- gconf/gconfd.c.orig Tue Mar 23 00:36:20 2010
+++ gconf/gconfd.c Tue Mar 30 14:31:47 2010
@@ -637,7 +637,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:/var/db/gconf/gconf.xml.defaults";
addresses.next = NULL;
system_sources = gconf_sources_new_from_addresses (&addresses, NULL);