Skip to content
  • Jehan's avatar
    app: fix file comparison. · c04c2d84
    Jehan authored
    g_list_find_custom() uses a GCompareFunc which has a return value
    similar to strcmp(), i.e. with 0 for equality (and not a boolean, which
    is basically the opposite).
    c04c2d84