Change filefilter.c: Modify order in which filefilter entries are populated
authorTomasz Golinski <tomaszg@math.uwb.edu.pl>
Tue, 31 May 2022 12:36:16 +0000 (14:36 +0200)
committerColin Clark <colin.clark@cclark.uk>
Wed, 1 Jun 2022 09:44:27 +0000 (10:44 +0100)
commit9a1e2515efca782f023ee3e32c65d383318c380c
tree6fdd9b4d261fec1776802f764c136b342c1497b5
parent59c685be984073ac355e9aa871a49da99f8ff87f
Change filefilter.c: Modify order in which filefilter entries are populated

Move formats supported by dedicated custom loaders to the front. In this way their settings (writable, sidecar) get applied even if gdk-pixbuf also supports them. Note that cusom loaders have priority in image-load.c.
src/filefilter.c