diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-09-26 20:42:07 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-09-26 20:42:07 -0400 |
commit | aa8561aac240883a954a892650e340410cb90c1d (patch) | |
tree | 08a97e16becdec8a8b0d23ebba5a46f6e71fd54c /docs | |
parent | f15860fb31e47ae1a082a143be015dbcd4e6d86b (diff) | |
download | gtk+-aa8561aac240883a954a892650e340410cb90c1d.tar.gz |
Add a missing end tag
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/migrating-2to3.xml | 9 |
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> |