From 9e5a18fea435a46dd57c53e8e8e0fab867a5bb92 Mon Sep 17 00:00:00 2001 From: Elliot Smith Date: Tue, 6 Jul 2010 17:14:22 +0100 Subject: [PATCH] cookbook: Fixed typo Removed stray 'd' character. --- doc/cookbook/actors.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cookbook/actors.xml b/doc/cookbook/actors.xml index 570009b..02f28d9 100644 --- a/doc/cookbook/actors.xml +++ b/doc/cookbook/actors.xml @@ -226,7 +226,7 @@ void on_paint (ClutterActor *actor, gpointer user_data); Whenever an Actor is going to be painted it will be positioned in a new frame of reference according to the list of transformations (scaling, rotation and additional translations). After that, the "paint" - signal will be emitted.d + signal will be emitted. The "paint" signal is defined as run-last, that is the signal handlers connected to it using -- 2.7.4