summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-08-22 14:40:36 +0100
committerRichard Hughes <richard@hughsie.com>2016-08-22 15:15:40 +0100
commitb4d4fa4a37876d57e10707eb4cd05ec83f6afffd (patch)
treef89c38aa117327472338613d0d7143e8db67bb7a
parent734f1f63e29e94f0a1014b28c672f264d72dc249 (diff)
downloadappstream-glib-b4d4fa4a37876d57e10707eb4cd05ec83f6afffd.tar.gz
Don't require an icon from LOCALIZATION kind
-rw-r--r--libappstream-builder/asb-context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-builder/asb-context.c b/libappstream-builder/asb-context.c
index ab32317..75d2f13 100644
--- a/libappstream-builder/asb-context.c
+++ b/libappstream-builder/asb-context.c
@@ -930,6 +930,7 @@ asb_context_detect_missing_data (AsbContext *ctx, GError **error)
case AS_APP_KIND_ADDON:
case AS_APP_KIND_FIRMWARE:
case AS_APP_KIND_GENERIC:
+ case AS_APP_KIND_LOCALIZATION:
break;
default:
if (as_app_get_icon_default (AS_APP (app)) == NULL)