Skip to content
  • Matthias Clasen's avatar
    icontheme: Append a / to the resource path · 20c2d6c9
    Matthias Clasen authored
    g_resources_enumerate_children expects the path to end
    in a '/' (even though thats not stated in the docs), and
    will copy it if that isn't the case. Avoid the copy
    by putting  a '/' there to begin with.
    20c2d6c9