Skip to content
  • Alexander Larsson's avatar
    Fix crash with theme resource file · fb0c53a0
    Alexander Larsson authored
    The freeing the GResource in gtk_css_provider_reset caused problems
    because it was called from gtk_css_provider_load_from_path() inside
    gtk_css_provider_get_named(). We fix this by delaying the
    setting of priv->resource until we successfully loaded the file.
    fb0c53a0