0ba118740d
ok jasper@
16 lines
444 B
Plaintext
16 lines
444 B
Plaintext
$OpenBSD: patch-gconf_gconf-client_c,v 1.2 2010/09/30 07:32:49 ajacoutot Exp $
|
|
|
|
http://bugzilla.gnome.org/show_bug.cgi?id=582865
|
|
|
|
--- gconf/gconf-client.c.orig Sun Sep 26 20:50:02 2010
|
|
+++ gconf/gconf-client.c Tue Sep 28 08:00:26 2010
|
|
@@ -2163,7 +2163,7 @@ gconf_client_lookup (GConfClient *client,
|
|
{
|
|
g_free (dir);
|
|
trace ("Negative cache hit on %s", key);
|
|
- return TRUE;
|
|
+ return FALSE;
|
|
}
|
|
|
|
g_free (dir);
|