From 7424114d4632a9f0732b717d0da1f0f18040a642 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 17 Apr 2010 00:10:12 -0400 Subject: [PATCH] Make the tests build --- gio/tests/gsettings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/tests/gsettings.c b/gio/tests/gsettings.c index 5fa432417..c5e880b77 100644 --- a/gio/tests/gsettings.c +++ b/gio/tests/gsettings.c @@ -854,7 +854,7 @@ test_no_change_binding (void) g_object_set (obj, "bool", TRUE, NULL); g_settings_set_boolean (settings, "bool", FALSE); - g_settings_bind (settings, "bool", obj, "bool", G_SETTINGS_BIND_GET_NO_CHANGE); + g_settings_bind (settings, "bool", obj, "bool", G_SETTINGS_BIND_GET_NO_CHANGES); g_object_get (obj, "bool", &b, NULL); g_assert_cmpint (b, ==, FALSE);