]> Pileus Git - ~andy/gtk/commitdiff
Add a missing end tag
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 Sep 2010 00:42:07 +0000 (20:42 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 Sep 2010 00:42:07 +0000 (20:42 -0400)
docs/reference/gtk/migrating-2to3.xml

index 67f2e51628d5f8c6fdc98e5d2cdfab9a3339e2f1..a91897af571f110de6b9b7e73b58926671ef970a 100644 (file)
@@ -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>