From aa8561aac240883a954a892650e340410cb90c1d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 26 Sep 2010 20:42:07 -0400 Subject: [PATCH] Add a missing end tag --- docs/reference/gtk/migrating-2to3.xml | 9 +++++---- 1 file 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, GtkScrolledWindow policy - 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. +
Prevent mixed linkage