Merge branch 'wip/carlosg/mark-valid-portal-settings-3-24' into 'gtk-3-24'

gdk/wayland: Mark matched settings from the portal as valid (3.24)

See merge request GNOME/gtk!3077
This commit is contained in:
Matthias Clasen
2021-01-14 18:31:57 +00:00

View File

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