From ed247d32b2729dbf743643cdd16bed46ca8ecdec Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 24 Mar 2022 13:05:23 +0000 Subject: [PATCH] modem-manager: Use the correct icon name The list is specified in https://lvfs.readthedocs.io/en/latest/metainfo.html --- plugins/modem-manager/fu-mm-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modem-manager/fu-mm-device.c b/plugins/modem-manager/fu-mm-device.c index f5a25db35..0fbd8dbae 100644 --- a/plugins/modem-manager/fu-mm-device.c +++ b/plugins/modem-manager/fu-mm-device.c @@ -1756,7 +1756,7 @@ fu_mm_device_init(FuMmDevice *self) fu_device_add_internal_flag(FU_DEVICE(self), FU_DEVICE_INTERNAL_FLAG_MD_SET_VERFMT); fu_device_set_version_format(FU_DEVICE(self), FWUPD_VERSION_FORMAT_PLAIN); fu_device_set_summary(FU_DEVICE(self), "Mobile broadband device"); - fu_device_add_icon(FU_DEVICE(self), "network-modem"); + fu_device_add_icon(FU_DEVICE(self), "modem"); fu_device_register_private_flag(FU_DEVICE(self), FU_MM_DEVICE_FLAG_DETACH_AT_FASTBOOT_HAS_NO_RESPONSE, "detach-at-fastboot-has-no-response");