summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-09-26 20:42:07 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-09-26 20:42:07 -0400
commitaa8561aac240883a954a892650e340410cb90c1d (patch)
tree08a97e16becdec8a8b0d23ebba5a46f6e71fd54c /docs
parentf15860fb31e47ae1a082a143be015dbcd4e6d86b (diff)
downloadgtk+-aa8561aac240883a954a892650e340410cb90c1d.tar.gz
Add a missing end tag
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/migrating-2to3.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/reference/gtk/migrating-2to3.xml b/docs/reference/gtk/migrating-2to3.xml
index 67f2e51628..a91897af57 100644
--- a/docs/reference/gtk/migrating-2to3.xml
+++ b/docs/reference/gtk/migrating-2to3.xml
@@ -579,10 +579,11 @@ gtk_arrow_draw (GtkWidget *widget,
<title>GtkScrolledWindow policy</title>
<para>
- The default values for the #GtkScrolledWindow:hscrollbar-policy and
- #GtkScrolledWindow:vscrollbar-policy properties have been changed from
- 'never' to 'automatic'. If your application was relying on the default
- value, you will have explicitly set it explicitly.
+ The default values for the #GtkScrolledWindow:hscrollbar-policy and
+ #GtkScrolledWindow:vscrollbar-policy properties have been changed from
+ 'never' to 'automatic'. If your application was relying on the default
+ value, you will have explicitly set it explicitly.
+ </para>
</section>
<section>
<title>Prevent mixed linkage</title>