Skip to content
  • Jonas Ådahl's avatar
    gtk/icon-theme: Handle lack of SVG loader gracefully · 77bc2dc8
    Jonas Ådahl authored
    When loading a SVG icon from a gresource file only containing SVG icons,
    but without having a SVG loader available in gdk-pixbuf, we would crash
    when trying to eventually load the resource. Fix this by gracefully
    handling this by simply failing to load the icon, while the first time
    it happens, log a warning.
    
    #2084
    77bc2dc8