From 6260f1aa2c67b4e545f7b7691f6b810e5f07c9e5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 27 Sep 2004 03:43:55 +0000 Subject: [PATCH] Add a missing _ to the name of the has_secondary_backward_stepper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2004-09-26 Matthias Clasen * gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _ to the name of the has_secondary_backward_stepper property. Noticed by Michèle Garoche. --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ gtk/gtknotebook.c | 2 +- 5 files changed, 25 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1b2dd244b6..e7b99e2f38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-09-26 Matthias Clasen + + * gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _ + to the name of the has_secondary_backward_stepper property. + Noticed by Michèle Garoche. + Sun Sep 26 02:06:43 2004 Jonathan Blandford * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1b2dd244b6..e7b99e2f38 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2004-09-26 Matthias Clasen + + * gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _ + to the name of the has_secondary_backward_stepper property. + Noticed by Michèle Garoche. + Sun Sep 26 02:06:43 2004 Jonathan Blandford * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 1b2dd244b6..e7b99e2f38 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2004-09-26 Matthias Clasen + + * gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _ + to the name of the has_secondary_backward_stepper property. + Noticed by Michèle Garoche. + Sun Sep 26 02:06:43 2004 Jonathan Blandford * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1b2dd244b6..e7b99e2f38 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2004-09-26 Matthias Clasen + + * gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _ + to the name of the has_secondary_backward_stepper property. + Noticed by Michèle Garoche. + Sun Sep 26 02:06:43 2004 Jonathan Blandford * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures. diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index b7a1cf59e6..4b59c80af7 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -528,7 +528,7 @@ gtk_notebook_class_init (GtkNotebookClass *class) * Since: 2.4 */ gtk_widget_class_install_style_property (widget_class, - g_param_spec_boolean ("has_secondary backward_stepper", + g_param_spec_boolean ("has_secondary_backward_stepper", P_("Secondary backward stepper"), P_("Display a second backward arrow button on the opposite end of the tab area"), FALSE,