Skip to content

filechooserwidget: Fix file chooser crash when dropping empty file list

Fina Wilke requested to merge felinira/gtk:file-chooser-dnd-crash into main

This can be reproduced by dragging and dropping a file with Nautilus from the trash into any FileChooser. The file list seems to be NULL in that case.

Merge request reports