grim/gplate

We need to tell the tag what template it's for
render_rewrite
2008-02-17, grim
370596911068
Parents e5119dc0462b
Children ab20699388a3
We need to tell the tag what template it's for
--- a/gplate/gplate-template.c Sun Feb 17 05:46:51 2008 -0600
+++ b/gplate/gplate-template.c Sun Feb 17 05:49:23 2008 -0600
@@ -250,6 +250,7 @@
tag = g_object_new(type,
"contents", contents,
+ "template", tplate,
NULL);
g_free(contents);