Add test case and fix some bugs

Add the first test case for the schema source functionality and fix a
couple of bugs that got uncovered by that.
This commit is contained in:
Ryan Lortie
2011-11-16 10:38:04 +00:00
parent fee2c87ba1
commit 148f731748
4 changed files with 100 additions and 2 deletions

View File

@@ -974,7 +974,8 @@ g_settings_new_full (GSettingsSchema *schema,
return g_object_new (G_TYPE_SETTINGS,
"settings-schema", schema,
"backend", backend,
"path", path);
"path", path,
NULL);
}
/* Internal read/write utilities {{{1 */