Skip to content

gtkfilechoosercell: Don't use ColumnViewCell

Corey Berla requested to merge wip/corey/gridcell into main

This partially reverts ccae7502. Since FileChooserCell is used for ColumnView and GridView we should treat the list item as a GtkListItem, not a ColumnViewCell otherwise the menu fails to generate properly.

Merge request reports