GtkSettings: install theme CSS with a lower priority.

This is so GtkSettings has an opportunity to modify theme colors.
This commit is contained in:
Carlos Garnacho
2010-11-17 02:39:17 +01:00
parent 0057aa5445
commit 9a2d1e5433

View File

@ -2639,7 +2639,7 @@ settings_update_theme (GtkSettings *settings)
{
gtk_style_context_add_provider_for_screen (settings->screen,
GTK_STYLE_PROVIDER (new_provider),
GTK_STYLE_PROVIDER_PRIORITY_SETTINGS + 1);
GTK_STYLE_PROVIDER_PRIORITY_SETTINGS - 1);
g_object_ref (new_provider);
}