grim/gplate

Parents a36b6d820500
Children 545b7214a0de
Removed the hack in GPlatePrintFunction for GPlateTextTag since it now uses GPlateTextFunction
--- a/gplate/gplate-print-function.c Wed Feb 20 01:43:29 2008 -0600
+++ b/gplate/gplate-print-function.c Wed Feb 20 01:44:20 2008 -0600
@@ -56,14 +56,9 @@
if(val)
ret = g_strdup(val);
- } else {
- /* XXX HACK, might want to create GPlateStaticPrintFunction */
- ret = g_strdup(contents);
}
}
- printf("contents: %s; returning: %s\n", contents, ret);
-
return (ret) ? ret : g_strdup("");
}