summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-02-17 15:12:43 +0000
committerRichard Hughes <richard@hughsie.com>2016-02-17 15:12:43 +0000
commita88cd8dd95f79c063494c55a73f42b494b2b1560 (patch)
tree699c31dc1ed6f4cf2e57f6a61a565ab3b19906c8 /client
parent07bb787118ae46c10892ecf0135f03b28c2a3e06 (diff)
downloadappstream-glib-a88cd8dd95f79c063494c55a73f42b494b2b1560.tar.gz
trivial: Actually save HiDPI icons when using appstream-compose
Diffstat (limited to 'client')
-rw-r--r--client/as-compose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/as-compose.c b/client/as-compose.c
index 5a5e4a1..f36e6d9 100644
--- a/client/as-compose.c
+++ b/client/as-compose.c
@@ -135,7 +135,7 @@ add_icons (AsApp *app,
return TRUE;
/* load the HiDPI icon */
- if (!as_image_load_filename_full (im, fn,
+ if (!as_image_load_filename_full (im, fn_hidpi,
128, 128,
AS_IMAGE_LOAD_FLAG_SHARPEN,
NULL)) {