mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Fix the get_property implementation for GSettings::schema
This commit is contained in:
parent
20dca5935c
commit
05a865344b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user