[gtk+] Rearrange migration chapter a bit



commit 983b7be5abeb243c1496cfdda1c46ee9c4e61f52
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jan 7 20:44:37 2012 -0500

    Rearrange migration chapter a bit
    
    The 'checklist' is really just the 'extra credits', so put it
    at the end, rather than the beginning.

 docs/reference/gtk/gtk-docs.sgml            |    2 +-
 docs/reference/gtk/migrating-checklist.sgml |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml
index 5ad00b3..baf1905 100644
--- a/docs/reference/gtk/gtk-docs.sgml
+++ b/docs/reference/gtk/gtk-docs.sgml
@@ -355,11 +355,11 @@
       </para>
     </partintro>
 
-    <xi:include href="xml/migrating-checklist.sgml" />
     <xi:include href="xml/migrating-2to3.xml" />
     <xi:include href="xml/migrating-GtkStyleContext.xml" />
     <xi:include href="xml/migrating-GtkApplication.xml" />
     <xi:include href="xml/migrating-GtkGrid.xml" />
+    <xi:include href="xml/migrating-checklist.sgml" />
   </part>
 
   <part>
diff --git a/docs/reference/gtk/migrating-checklist.sgml b/docs/reference/gtk/migrating-checklist.sgml
index 6acf903..04089c4 100644
--- a/docs/reference/gtk/migrating-checklist.sgml
+++ b/docs/reference/gtk/migrating-checklist.sgml
@@ -3,10 +3,10 @@
                "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"; [
 ]>
 <chapter id="gtk-migrating-checklist">
-  <title>Migration Checklist</title>
+  <title>Migration Details Checklist</title>
 
   <para>
-    This chapter includes a checklist of things you need to do to
+    This chapter includes a checklist of smaller things you need to do to
     ensure that your programs are good citizens in the GTK+ world.  By
     paying attention to the points in the checklist, you ensure that
     many automatic features of GTK+ will work correctly in your



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