From 8ce8b91383390482efe56d982d945a384766ca8c Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 19 Oct 2009 11:44:29 +0100 Subject: [PATCH] docs: Reword a link --- clutter/clutter-layout-manager.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clutter/clutter-layout-manager.c b/clutter/clutter-layout-manager.c index b8806a60b..899c10305 100644 --- a/clutter/clutter-layout-manager.c +++ b/clutter/clutter-layout-manager.c @@ -68,7 +68,8 @@ * The implementation of a layout manager does not differ from * the implementation of the size requisition and allocation bits of * #ClutterActor, so you should read the relative documentation - * here. + * for subclassing + * ClutterActor. * The layout manager implementation can hold a back reference * to the #ClutterContainer by implementing the set_container() * virtual function. The layout manager should not hold a reference