mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02: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)
|
switch (prop_id)
|
||||||
{
|
{
|
||||||
case PROP_SCHEMA:
|
case PROP_SCHEMA:
|
||||||
g_value_set_object (value, settings->priv->schema);
|
g_value_set_string (value, settings->priv->schema_name);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case PROP_HAS_UNAPPLIED:
|
case PROP_HAS_UNAPPLIED:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user