Merge branch 'wip/carlosg/mark-settings-valid-again' into 'master'

gdk/wayland: Make more matched settings from the portal as valid

See merge request GNOME/gtk!3236
This commit is contained in:
Carlos Garnacho 2021-02-24 16:12:13 +00:00
commit ce2835265b

View File

@ -1955,6 +1955,7 @@ init_settings (GdkDisplay *display)
char *a = g_variant_print (v, FALSE);
g_debug ("Using portal setting for %s %s: %s\n", schema_str, key, a);
g_free (a);
entry->valid = TRUE;
apply_portal_setting (entry, v, display);
}
else