grim/gplate

Parents 00fd8a59b7b2
Children 2ef334beb587
implemented a hack to keep us working for now. We may want to look at creating a GPlateStaticPrint for texttags, but we'll see...
--- a/gplate/gplate-print-function.c Tue Feb 19 23:52:37 2008 -0600
+++ b/gplate/gplate-print-function.c Wed Feb 20 00:46:52 2008 -0600
@@ -49,6 +49,9 @@
if(val)
ret = g_strdup(val);
+ } else {
+ /* XXX HACK, might want to create GPlateStaticPrintFunction */
+ ret = g_strdup(contents);
}
}