summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-01-07 20:44:37 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-01-07 20:44:37 -0500
commit983b7be5abeb243c1496cfdda1c46ee9c4e61f52 (patch)
tree7be9fb75a95fadeb050d25af7605ada8094ed762
parentf78696f3d0f1f687483bdbf4916f6772146bdbc8 (diff)
downloadgtk+-983b7be5abeb243c1496cfdda1c46ee9c4e61f52.tar.gz
Rearrange migration chapter a bit
The 'checklist' is really just the 'extra credits', so put it at the end, rather than the beginning.
-rw-r--r--docs/reference/gtk/gtk-docs.sgml2
-rw-r--r--docs/reference/gtk/migrating-checklist.sgml4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml
index 5ad00b3c38..baf190578b 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 6acf903be3..04089c4074 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