diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c
index 3d8ce7904..eb838ae57 100644
--- a/clutter/clutter-actor.c
+++ b/clutter/clutter-actor.c
@@ -109,9 +109,9 @@
* FIXME: MISSING XINCLUDE CONTENT
*
*
- *
+ *
* Actors
- *
+ *
*
*
*
diff --git a/doc/reference/clutter/Makefile.am b/doc/reference/clutter/Makefile.am
index 679f6cb89..321913786 100644
--- a/doc/reference/clutter/Makefile.am
+++ b/doc/reference/clutter/Makefile.am
@@ -117,6 +117,7 @@ EXTRA_HFILES = \
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
HTML_IMAGES = \
actor-box.png \
+ actor-example.png \
animator-key-frames.png \
bin-layout.png \
box-layout.png \
@@ -126,8 +127,7 @@ HTML_IMAGES = \
flow-layout-horizontal.png \
flow-layout-vertical.png \
path-alpha-func.png \
- offscreen-redirect.png \
- test-actor.png
+ offscreen-redirect.png
# SVG used to generate the images above
SVG_IMAGES = \
diff --git a/doc/reference/clutter/actor-example.png b/doc/reference/clutter/actor-example.png
new file mode 100644
index 000000000..fa42044a9
Binary files /dev/null and b/doc/reference/clutter/actor-example.png differ
diff --git a/doc/reference/clutter/test-actor.png b/doc/reference/clutter/test-actor.png
deleted file mode 100644
index 73ded6777..000000000
Binary files a/doc/reference/clutter/test-actor.png and /dev/null differ