mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
GSettings endian: missed a spot
Missed an instance of get_value -> get_raw_value search/replace.
This commit is contained in:
parent
c84441fbb3
commit
9211d2b00c
@ -299,7 +299,7 @@ g_settings_schema_get_value (GSettingsSchema *schema,
|
||||
GVariantIter *iter;
|
||||
GVariant *value;
|
||||
|
||||
value = gvdb_table_get_value (schema->priv->table, key);
|
||||
value = gvdb_table_get_raw_value (schema->priv->table, key);
|
||||
|
||||
if G_UNLIKELY (value == NULL)
|
||||
g_error ("schema does not contain a key named '%s'", key);
|
||||
|
Loading…
Reference in New Issue
Block a user