GtkSettings: Ensure the theme CSS is loaded on startup.

This commit is contained in:
Carlos Garnacho 2010-11-13 22:35:58 +01:00
parent 8243c3c025
commit 611cb007b4

View File

@ -1379,6 +1379,8 @@ settings_init_style (GtkSettings *settings)
gtk_style_context_add_provider_for_screen (settings->screen,
GTK_STYLE_PROVIDER (settings),
GTK_STYLE_PROVIDER_PRIORITY_SETTINGS);
settings_update_theme (settings);
}
/**