Skip to content

gtkrecentfilter: handle g_content_type_from_mime_type() returning NULL

Otherwise we get errors on g_content_type_is_a(). This happens mostly on Windows because it only knows a limited set of mime types and tries to convert them to file extensions without any fallback.

Merge request reports