summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2016-11-26 16:39:27 +0100
committerKalev Lember <klember@redhat.com>2016-11-26 16:40:25 +0100
commitf951a37f8fa1c4482b4e42fe98d987a588fba798 (patch)
treef4d8cfdcafe5733dfc65dc15b3ef2f60c9af1d5a
parent6381fb7837f34e70eb62934c688f24d2f49b4f12 (diff)
downloadappstream-glib-f951a37f8fa1c4482b4e42fe98d987a588fba798.tar.gz
Set a better icon for codecs
As per Jakub's guidance.
-rw-r--r--libappstream-builder/plugins/asb-plugin-appdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-builder/plugins/asb-plugin-appdata.c b/libappstream-builder/plugins/asb-plugin-appdata.c
index b271b39..85d1840 100644
--- a/libappstream-builder/plugins/asb-plugin-appdata.c
+++ b/libappstream-builder/plugins/asb-plugin-appdata.c
@@ -176,7 +176,7 @@ asb_plugin_process_filename (AsbPlugin *plugin,
g_autoptr(AsIcon) icon = NULL;
icon = as_icon_new ();
as_icon_set_kind (icon, AS_ICON_KIND_STOCK);
- as_icon_set_name (icon, "application-x-executable");
+ as_icon_set_name (icon, "application-x-addon");
as_app_add_icon (AS_APP (app), icon);
as_app_add_category (AS_APP (app), "Addons");
as_app_add_category (AS_APP (app), "Codecs");