[Commits] [SCM] claws branch, master, updated. 4.2.0-24-g5c9d5a58d
wwp at claws-mail.org
wwp at claws-mail.org
Tue Jan 2 09:32:30 UTC 2024
The branch, master has been updated
via 5c9d5a58d0e070ed8b278abff5c48657a434a66a (commit)
from cfb8edae7afd000654f4a18d751f7dc18d52e9c0 (commit)
Summary of changes:
src/stock_pixmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 5c9d5a58d0e070ed8b278abff5c48657a434a66a
Author: wwp <subscript at free.fr>
Date: Tue Jan 2 10:32:28 2024 +0100
rsvg_handle_get_intrinsic_size_in_pixels() is rsvg 2.52.
diff --git a/src/stock_pixmap.c b/src/stock_pixmap.c
index 4b7d019e6..90fa053fb 100644
--- a/src/stock_pixmap.c
+++ b/src/stock_pixmap.c
@@ -691,7 +691,7 @@ GdkPixbuf *pixbuf_from_svg_like_icon(char *filename, GError **error, StockPixmap
height = (int) floor(factor * height);
}
} else { /* render using SVG size */
-#if LIBRSVG_CHECK_VERSION(2, 46, 0)
+#if LIBRSVG_CHECK_VERSION(2, 52, 0)
double svg_width, svg_height;
rsvg_handle_get_intrinsic_size_in_pixels(handle, &svg_width, &svg_height);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list