[clutter-tutorial] ClutterText section: Fix the XML validation.



commit 7ce43739ec9ccb1e9e820c0ff0af8eddb062f3cd
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue May 5 17:58:41 2009 +0200

    ClutterText section: Fix the XML validation.
---
 ChangeLog                     |    4 ++++
 docs/tutorial/clutter-tut.xml |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 219f8ae..d7aafd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-05-05  Murray Cumming  <murrayc murrayc com>
 
+	* docs/tutorial/clutter-tut.xml: ClutterText section: Fix the XML validation.
+
+2009-05-05  Murray Cumming  <murrayc murrayc com>
+
 	* docs/tutorial/clutter-tut.xml:
 	* examples/text/main.c (main): Improve the preferred-height ClutterText 
 	explanation and example. 
diff --git a/docs/tutorial/clutter-tut.xml b/docs/tutorial/clutter-tut.xml
index 7b03f45..dafcc9c 100644
--- a/docs/tutorial/clutter-tut.xml
+++ b/docs/tutorial/clutter-tut.xml
@@ -830,6 +830,8 @@ There are three ways you might use a <classname>ClutterText</classname> actor:
 </itemizedlist>
 </para>
 
+<para><ulink url="&url_refdocs_base_clutter;Text.html">ClutterText Reference</ulink></para>
+
 <note>
 <para>
 When you want the <classname>ClutterText</classname> to be editable you must give it key focus using <function>clutter_stage_set_key_focus()</function>.
@@ -843,7 +845,6 @@ To discover the size needed by the text inside a <classname>ClutterText</classna
 </para>
 </sect2>
 
-<para><ulink url="&url_refdocs_base_clutter;Text.html">ClutterText Reference</ulink></para>
 </sect1>
 
 <sect1 id="text-example"><title>Example</title>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]