]> git.sur5r.net Git - glabels/commit
Fixed merge inconsistencies and crash
authorJim Evins <evins@snaught.com>
Thu, 5 Nov 2009 04:00:42 +0000 (23:00 -0500)
committerJim Evins <evins@snaught.com>
Thu, 5 Nov 2009 04:00:42 +0000 (23:00 -0500)
commita2ad57fa1a0c1e826ff1b758a3baeed263d4b1a8
tree3b90f7e7e00e02a4e381b5e56f4d9fc9028d7d0d
parent4cbc3bf59c5b3f2fe8310a87a19c86f414e2e0ae
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 merg
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