From: Matthias Clasen Date: Mon, 5 Jul 2010 19:54:11 +0000 (-0400) Subject: Fix the get_property implementation for GSettings::schema X-Git-Tag: 2.25.11~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05a865344ba1f9a14524d87e2ab2a1cb4fdbc9cb;p=platform%2Fupstream%2Fglib.git Fix the get_property implementation for GSettings::schema --- diff --git a/gio/gsettings.c b/gio/gsettings.c index e5ac148..a0eb7c2 100644 --- a/gio/gsettings.c +++ b/gio/gsettings.c @@ -464,7 +464,7 @@ g_settings_get_property (GObject *object, switch (prop_id) { case PROP_SCHEMA: - g_value_set_object (value, settings->priv->schema); + g_value_set_string (value, settings->priv->schema_name); break; case PROP_HAS_UNAPPLIED: