[AdgEntity] Avoid "arrange" emission in get_extents
commitee89dcd91d0524fbc2bad3fd0f01f8510e2005f4
authorNicola Fontana <ntd@entidi.it>
Fri, 9 Oct 2009 13:34:16 +0000 (9 15:34 +0200)
committerNicola Fontana <ntd@entidi.it>
Fri, 9 Oct 2009 13:34:16 +0000 (9 15:34 +0200)
treef2415b27ea777620ef35e650f9aee92fe48bce38
parent9f329caf7804d398538b5ff7fdc9883937917966
[AdgEntity] Avoid "arrange" emission in get_extents

The arrange signal must be emitted by the caller prior to use the
adg_entity_get_extents() API instead of being emitted automatically.
This is needed to avoid mutual recursion if a get_extents request is
done inside the arrange() virtual method.
adg/adg-entity.c