[glib/new-gsettings] Make the tests build
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/new-gsettings] Make the tests build
- Date: Sat, 17 Apr 2010 04:14:19 +0000 (UTC)
commit 7424114d4632a9f0732b717d0da1f0f18040a642
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Apr 17 00:10:12 2010 -0400
Make the tests build
gio/tests/gsettings.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/gsettings.c b/gio/tests/gsettings.c
index 5fa4324..c5e880b 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]