filesystemmodel: Fix a possible problem
authorMatthias Clasen <mclasen@redhat.com>
Wed, 12 Oct 2022 03:32:35 +0000 (23:32 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 21 Oct 2022 02:34:40 +0000 (22:34 -0400)
commit3a2ce620e23096447b228bc5d0d7bc9291c57e25
tree6c508a511ad82d20054893c74868788299898a21
parentdf49bf9eec70ced2ec281f0321b569b5325ef48d
filesystemmodel: Fix a possible problem

If the async query fails to reproduce a file info,
we still need to thaw the model, otherwise it ends
up frozen forever.

This was deduced by reading the code, I haven't
actually seen it happen.
gtk/gtkfilesystemmodel.c