GSettings: enum/choices/aliases/range test cases

Fix a small bug that one of the tests uncovered.
This commit is contained in:
Ryan Lortie
2010-06-17 00:03:44 -04:00
parent be8f938b63
commit fc538894d3
29 changed files with 368 additions and 7 deletions

View File

@@ -304,5 +304,5 @@ strinfo_builder_contains (GString *builder,
return strinfo_find_string ((const guint32 *) builder->str,
builder->len / 4, string, FALSE) != -1 ||
strinfo_find_string ((const guint32 *) builder->str,
builder->len / 4, string, FALSE) != -1;
builder->len / 4, string, TRUE) != -1;
}