Skip to content

gs-plugin-appstream: Correct gs_plugin_refine()

Milan Crha requested to merge wip/mcrha/gs-plugin-appstream-refine into master

This is a regression from commit 15d39630, the 'for' cycle should not return from the function when it reaches an application the plugin cannot handle, it should just continue with the next application in the list.

Merge request reports