adg: require a valid layout in adg_table_row_arrange()
commit726b8f94df5779df4644ccee51091b2fa62a522a
authorNicola Fontana <ntd@entidi.it>
Tue, 24 Feb 2015 22:20:48 +0000 (24 23:20 +0100)
committerNicola Fontana <ntd@entidi.it>
Tue, 24 Feb 2015 22:20:48 +0000 (24 23:20 +0100)
treea8f008746994aecf09854afa3e232117a994208e
parent906dd1b4c6f14448e568087a353d9aa48dcc6d0f
adg: require a valid layout in adg_table_row_arrange()

There is no resons to provide an undefined CpmlExtents to the table row
arrange function, so added a check before using it.
src/adg/adg-table-row.c
src/adg/adg-table.c