From 252c9c1230ee63281d8559ae1ce8f7117d71a3b9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 2 May 2002 19:16:06 +0000 Subject: [PATCH] Typo fix. * gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix. --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ ChangeLog.pre-2-2 | 2 ++ ChangeLog.pre-2-4 | 2 ++ ChangeLog.pre-2-6 | 2 ++ ChangeLog.pre-2-8 | 2 ++ gtk/gtknotebook.c | 2 +- 7 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f1cb1a9147..ec316cc394 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-05-02 Matthias Clasen + * gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix. + * gtk/gtkwidget.c (gtk_widget_class_init): Correct the composite_child blurb. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index f1cb1a9147..ec316cc394 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2002-05-02 Matthias Clasen + * gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix. + * gtk/gtkwidget.c (gtk_widget_class_init): Correct the composite_child blurb. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index f1cb1a9147..ec316cc394 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,5 +1,7 @@ 2002-05-02 Matthias Clasen + * gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix. + * gtk/gtkwidget.c (gtk_widget_class_init): Correct the composite_child blurb. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index f1cb1a9147..ec316cc394 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,7 @@ 2002-05-02 Matthias Clasen + * gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix. + * gtk/gtkwidget.c (gtk_widget_class_init): Correct the composite_child blurb. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index f1cb1a9147..ec316cc394 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,7 @@ 2002-05-02 Matthias Clasen + * gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix. + * gtk/gtkwidget.c (gtk_widget_class_init): Correct the composite_child blurb. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index f1cb1a9147..ec316cc394 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2002-05-02 Matthias Clasen + * gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix. + * gtk/gtkwidget.c (gtk_widget_class_init): Correct the composite_child blurb. diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index fa6966e222..3900fd67bd 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -4264,7 +4264,7 @@ gtk_notebook_prev_page (GtkNotebook *notebook) * @show_border: %TRUE if a bevel should be drawn around the notebook. * * Sets whether a bevel will be drawn around the notebook pages. - * This is only has a visual effect when the tabs are not shown. + * This only has a visual effect when the tabs are not shown. * See gtk_notebook_set_show_tabs(). **/ void