From 3f01c28cef3e8c6e95f5aaaa00efd9a90c016a2d Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 11 Aug 2016 19:33:35 +0100 Subject: trivial: Fix validation of console-application components --- libappstream-glib/as-app-validate.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libappstream-glib') diff --git a/libappstream-glib/as-app-validate.c b/libappstream-glib/as-app-validate.c index 24443d9..3bd3440 100644 --- a/libappstream-glib/as-app-validate.c +++ b/libappstream-glib/as-app-validate.c @@ -1133,12 +1133,9 @@ as_app_validate (AsApp *app, AsAppValidateFlags flags, GError **error) if (g_str_has_suffix (id, ".firmware")) ret = TRUE; break; - case AS_APP_KIND_FONT: - case AS_APP_KIND_ADDON: - case AS_APP_KIND_SOURCE: + default: /* anything goes */ ret = TRUE; - default: break; } if (!ret) { -- cgit v1.2.1