From c3b87b404d803e2eaa6bf179b2bb370c874ffa75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 25 May 2020 20:17:19 +0200 Subject: New upstream version 0.30.10 --- plugins/common/Resources.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/common/Resources.vala') diff --git a/plugins/common/Resources.vala b/plugins/common/Resources.vala index ecbf2f8..16306f2 100644 --- a/plugins/common/Resources.vala +++ b/plugins/common/Resources.vala @@ -58,7 +58,7 @@ public Gdk.Pixbuf[]? load_from_resource (string resource_path) { Gdk.Pixbuf? icon = null; try { debug ("Loading icon from %s", resource_path); - icon = new Gdk.Pixbuf.from_resource_at_scale (resource_path, 24, 24, true); + icon = new Gdk.Pixbuf.from_resource_at_scale (resource_path, -1, 24, true); } catch (Error error) { warning ("Couldn't load icon set from %s: %s", resource_path, error.message); } -- cgit v1.2.3