[Commits] [SCM] claws branch, gtk2, updated. 3.20.0-21-gb37b4b61a
wwp at claws-mail.org
wwp at claws-mail.org
Tue Jan 2 09:32:41 UTC 2024
The branch, gtk2 has been updated
via b37b4b61a06f9743176f8ed11042af28fbd16182 (commit)
from b54c3d0f2812f3c732b703c4d1077c9187960faa (commit)
Summary of changes:
src/stock_pixmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit b37b4b61a06f9743176f8ed11042af28fbd16182
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 86cda6c05..98fe656b8 100644
--- a/src/stock_pixmap.c
+++ b/src/stock_pixmap.c
@@ -695,7 +695,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