From 3c1451053c58e2fb8780eba57f6a176153943ef0 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Sat, 1 Jan 2011 12:56:47 +0100 Subject: [PATCH] [AdgEntity] Corrected bug in adg_entity_arrange() docblock --- src/adg/adg-entity.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/adg/adg-entity.c b/src/adg/adg-entity.c index 015ab5ad..68662591 100644 --- a/src/adg/adg-entity.c +++ b/src/adg/adg-entity.c @@ -935,9 +935,8 @@ adg_entity_invalidate(AdgEntity *entity) * @entity: an #AdgEntity * * Emits the #AdgEntity::arrange signal on @entity and all its children, - * if any. This function is rarely needed as the arrange call is usually - * implicitely called by the #AdgEntity::render signal or iby a call to - * adg_entity_get_extents(). + * if any. The arrange call is implicitely called by the + * #AdgEntity::render signal but not by adg_entity_get_extents(). **/ void adg_entity_arrange(AdgEntity *entity) -- 2.11.4.GIT