From db787e72c677a18bf2f1f67074fb6350a00b2e22 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 4 Apr 2005 21:06:08 +0000 Subject: [PATCH] Improve the wording of the doc comment. (#172422, Vincent Untz) 2005-04-04 Matthias Clasen * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve the wording of the doc comment. (#172422, Vincent Untz) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkwidget.c | 4 ++-- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c5d848b225..5130d28ac5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-04 Matthias Clasen + + * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve + the wording of the doc comment. (#172422, Vincent Untz) + 2005-04-04 Owen Taylor * gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c5d848b225..5130d28ac5 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-04-04 Matthias Clasen + + * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve + the wording of the doc comment. (#172422, Vincent Untz) + 2005-04-04 Owen Taylor * gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index c5d848b225..5130d28ac5 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2005-04-04 Matthias Clasen + + * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve + the wording of the doc comment. (#172422, Vincent Untz) + 2005-04-04 Owen Taylor * gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 1d04d339e6..4bc6e3e9c2 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -4255,8 +4255,8 @@ gtk_widget_set_double_buffered (GtkWidget *widget, * when it is allocated to a new size. Otherwise, only the * new portion of the widget will be redrawn. * - * Sets whether a when a widgets size allocation changes, the entire - * widget is queued for drawing. By default, this setting is %TRUE and + * Sets whether the entire widget is queued for drawing when its size + * allocation changes. By default, this setting is %TRUE and * the entire widget is redrawn on every size change. If your widget * leaves the upper left unchanged when made bigger, turning this * setting on will improve performance.