summaryrefslogtreecommitdiff
path: root/graphics/gimp/files/patch-plug-ins_common_svg.c
blob: 5c915dc67bab7a63b8eddce8f30b1e8b6d0176a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- plug-ins/common/svg.c.orig	Sun Nov  6 14:24:49 2005
+++ plug-ins/common/svg.c	Sun Nov  6 14:25:01 2005
@@ -437,7 +437,7 @@ load_rsvg_pixbuf (const gchar  *filename
 
   handle = rsvg_handle_new ();
 
-#if (LIBRSVG_MAJOR_VERSION == 2 && LIBRSVG_MINOR_VERSION < 99)
+#if (LIBRSVG_MAJOR_VERSION == 2 && LIBRSVG_MINOR_VERSION < 13)
   rsvg_handle_set_dpi_x_y (handle, vals->resolution, vals->resolution);
 #else
   rsvg_handle_set_dpi (handle, vals->resolution, vals->resolution);
@@ -538,7 +538,7 @@ load_rsvg_size (const gchar  *filename,
 
   handle = rsvg_handle_new ();
 
-#if (LIBRSVG_MAJOR_VERSION == 2 && LIBRSVG_MINOR_VERSION < 99)
+#if (LIBRSVG_MAJOR_VERSION == 2 && LIBRSVG_MINOR_VERSION < 13)
   rsvg_handle_set_dpi_x_y (handle, vals->resolution, vals->resolution);
 #else
   rsvg_handle_set_dpi (handle, vals->resolution, vals->resolution);