mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 11:44:03 +02:00
GSettings endian: missed a spot
Missed an instance of get_value -> get_raw_value search/replace.
This commit is contained in:
@@ -299,7 +299,7 @@ g_settings_schema_get_value (GSettingsSchema *schema,
|
|||||||
GVariantIter *iter;
|
GVariantIter *iter;
|
||||||
GVariant *value;
|
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)
|
if G_UNLIKELY (value == NULL)
|
||||||
g_error ("schema does not contain a key named '%s'", key);
|
g_error ("schema does not contain a key named '%s'", key);
|
||||||
|
Reference in New Issue
Block a user