]> git.sur5r.net Git - glabels/commit
Create a default frame if missing from template file
authorJim Evins <evins@snaught.com>
Mon, 15 Feb 2010 22:13:14 +0000 (17:13 -0500)
committerJim Evins <evins@snaught.com>
Mon, 15 Feb 2010 22:13:14 +0000 (17:13 -0500)
commitf428dd10c86b1102e96fe76ff0c62d209d6c2923
treeb6522df55cc83f3ea67d2e8d4d7b3c639bfcc7ec
parent8ce4aff951c126566870d3417aeadcf385ca5886
Create a default frame if missing from template file

When parsing a template node, if there is no recognized frame node (e.g.
Label-rectangle), a default full-page frame with a 1x1 layout is created.
This prevents potential crashes if sharing a user '.glabels' directory
with future versions of glabels with new frame types, or in the case of
typos for hand generated templates.
libglabels/xml-template.c