Merge branch 'notify-initial-setting-change' into 'gtk-3-24'

gdkscreen-wayland: Notify initial setting change from org.gtk.Settings

See merge request GNOME/gtk!5733
This commit is contained in:
Matthias Clasen 2023-03-28 13:56:55 +00:00
commit 433356856e

View File

@ -1337,6 +1337,7 @@ fontconfig_dbus_proxy_open_cb (GObject *object,
g_free (screen_wayland->dbus_settings.modules);
screen_wayland->dbus_settings.modules = g_variant_dup_string (value, NULL);
notify_setting (GDK_SCREEN (screen_wayland), "gtk-modules");
}
if (value != NULL)