Make the tests build

This commit is contained in:
Matthias Clasen 2010-04-17 00:10:12 -04:00
parent 41c1f3dd2b
commit 7424114d46

View File

@ -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);