]> git.sur5r.net Git - glabels/commit
Fixed merge inconsistencies and crash
authorJim Evins <evins@snaught.com>
Thu, 5 Nov 2009 03:47:31 +0000 (22:47 -0500)
committerJim Evins <evins@snaught.com>
Thu, 5 Nov 2009 03:47:31 +0000 (22:47 -0500)
commit8016d6f4fe8f4970ce615d53d2d541be6afef850
tree9218ba3d972cec85b1e2682ed8ad7b1140cba01c
parentdcf2b94b88479c283abdf7b65affd77ea5919ce9
Fixed merge inconsistencies and crash

merge.c:
Fixed crash when trying to print when a "key" radio has been selected
but no key has been selected yet.

object-editor-*-page.c:
Fixed potential inconsistencies with "key" radio buttons when a merge
source has not been selected but the field indicates that it is using a
merge key.  This can happen when opening a glabels file that has a merge
type not supported by the current instance of glabels.

xml-label.c:
Also when parsing a merge field that has a merge type not supported,
don't continue parsing it.
src/merge.c
src/object-editor-bc-page.c
src/object-editor-data-page.c
src/object-editor-fill-page.c
src/object-editor-image-page.c
src/object-editor-line-page.c
src/object-editor-shadow-page.c
src/object-editor-text-page.c
src/xml-label.c