diff --git a/ChangeLog b/ChangeLog index 33d454d5ac..72f5978418 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. + 2004-09-25 Robert Ögren * gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Set diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 33d454d5ac..72f5978418 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. + 2004-09-25 Robert Ögren * gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Set diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 33d454d5ac..72f5978418 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. + 2004-09-25 Robert Ögren * gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Set diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 33d454d5ac..72f5978418 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. + 2004-09-25 Robert Ögren * gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Set diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 9fde1d119e..0a631b291a 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -524,7 +524,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,