Push the unimplementedness down into gvdb

This commit is contained in:
Matthias Clasen 2010-04-15 15:35:42 -04:00
parent 8f23a01b5d
commit 274e216bac

View File

@ -185,6 +185,5 @@ gboolean
g_settings_schema_has_key (GSettingsSchema *schema,
const gchar *key)
{
/* XXX vuntz wants a commit now :) */
return TRUE;
return gvdb_table_has_value (schema->priv->table, key);
}