openbsd-ports/devel/gconf2/patches/patch-gconf_gconf-client_c
ajacoutot df551c50f6 Major update to gconf2-2.28.0.
LDAP and policykit support are disabled.
Bring a patch from Fedora so that the gconf daemon gets killed when
gconftool-2 is run; this should fix some applications startup after first
installation.

ok jasper@
2009-10-24 10:23:02 +00:00

16 lines
444 B
Plaintext

$OpenBSD: patch-gconf_gconf-client_c,v 1.1 2009/10/24 10:23:02 ajacoutot Exp $
http://bugzilla.gnome.org/show_bug.cgi?id=582865
--- gconf/gconf-client.c.orig Fri Oct 23 06:38:24 2009
+++ gconf/gconf-client.c Fri Oct 23 06:38:40 2009
@@ -2025,7 +2025,7 @@ gconf_client_lookup (GConfClient *client,
{
g_free (dir);
trace ("Negative cache hit on %s", key);
- return TRUE;
+ return FALSE;
}
g_free (dir);