[glib/new-gsettings] Push the unimplementedness down into gvdb
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/new-gsettings] Push the unimplementedness down into gvdb
- Date: Thu, 15 Apr 2010 19:37:37 +0000 (UTC)
commit 274e216bacb8c6db703486a57af5b1c7dc23c5a6
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Apr 15 15:35:42 2010 -0400
Push the unimplementedness down into gvdb
gio/gsettingsschema.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gio/gsettingsschema.c b/gio/gsettingsschema.c
index 7cd9fc8..9f21089 100644
--- a/gio/gsettingsschema.c
+++ b/gio/gsettingsschema.c
@@ -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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]