diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index df1f791994..8bf85204e7 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2001-12-28 Vitaly Tishkov + * gtkwindow.sgml: additional fix for #59314 ('' is + changed to '' in docs for gtk_window_set_policy ()) + Sat Dec 22 18:18:07 2001 Owen Taylor * gtk/Makefile.am (IGNORE_HFILES): Add gtktextutil.h diff --git a/docs/reference/gtk/tmpl/gtkwindow.sgml b/docs/reference/gtk/tmpl/gtkwindow.sgml index 2ac687c048..dce3c7f2aa 100644 --- a/docs/reference/gtk/tmpl/gtkwindow.sgml +++ b/docs/reference/gtk/tmpl/gtkwindow.sgml @@ -73,9 +73,9 @@ be resized by users. The basic ugly truth of this function is that it should be simply: - - void gtk_window_set_resizable (GtkWidget* window, gboolean setting); - + + void gtk_window_set_resizable (GtkWindow* window, gboolean setting); + ...which is why GTK+ 2.0 introduces gtk_window_set_resizable(), which you should use instead of gtk_window_set_policy().