Tags 371865 + patch Thanks Hi!
I've tracked down this problem. It was due to a lack of an include in doc/ref/diacanvas2.types, which made gcc do an "implicit cast" from GType to int, thus losing precision. The patch is extremely simple, and makes this problem go away. Please consider including this patch. Thanks. -- Love, Marga
#! /bin/sh /usr/share/dpatch/dpatch-run ## fix_diacanvas2-types.dpatch by Margarita Manterola <[EMAIL PROTECTED]> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Add missing #include "diacanvas/dia-export-svg.h" @DPATCH@ diff -urNad diacanvas2-0.14.4~/doc/ref/diacanvas2.types diacanvas2-0.14.4/doc/ref/diacanvas2.types --- diacanvas2-0.14.4~/doc/ref/diacanvas2.types 2006-02-09 17:43:02.000000000 -0300 +++ diacanvas2-0.14.4/doc/ref/diacanvas2.types 2006-08-21 16:48:44.000000000 -0300 @@ -23,6 +23,7 @@ #include "diacanvas/dia-canvas-image.h" #include "diacanvas/dia-canvas-box.h" #include "diacanvas/dia-canvas-text.h" +#include "diacanvas/dia-export-svg.h" dia_variable_get_type dia_constraint_get_type