Reintroduce file_data_new_simple()
authorKlaus Ethgen <Klaus@Ethgen.de>
Thu, 25 Feb 2016 15:48:22 +0000 (16:48 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Thu, 25 Feb 2016 15:48:22 +0000 (16:48 +0100)
commitecb56e91a1e7d333162b668e5facf4a9fc6377d3
tree8dca2c728ff348321d07c327838428ae5feb6f0f
parent539d4e3860c78302aa6778179bce1f45d6f11454
Reintroduce file_data_new_simple()

This was removed by Vladimir with
efc8096527d6f743d17c44b9982616a169973f39 to always check for sidecars.

However, the newly introduced function file_data_new_group() is very
expensive. Having it in collection (in sort manager) where the dirs of
that files have huge amount of files inside, that is simply blocking
whole geeqie.

It might be that the file_data_new_group() function need to be disarmed
on other places too.
src/collect-io.c
src/filedata.c