Rearrange migration chapter a bit

The 'checklist' is really just the 'extra credits', so put it
at the end, rather than the beginning.
This commit is contained in:
Matthias Clasen 2012-01-07 20:44:37 -05:00
parent f78696f3d0
commit 983b7be5ab
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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