Add a missing _ to the name of the has_secondary_backward_stepper

2004-09-26  Matthias Clasen  <mclasen@redhat.com>

	* 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.
This commit is contained in:
Matthias Clasen 2004-09-27 03:43:55 +00:00 committed by Matthias Clasen
parent 3be528f2db
commit 6260f1aa2c
5 changed files with 25 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2004-09-26 Matthias Clasen <mclasen@redhat.com>
* 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 <jrb@gnome.org>
* gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.

View File

@ -1,3 +1,9 @@
2004-09-26 Matthias Clasen <mclasen@redhat.com>
* 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 <jrb@gnome.org>
* gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.

View File

@ -1,3 +1,9 @@
2004-09-26 Matthias Clasen <mclasen@redhat.com>
* 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 <jrb@gnome.org>
* gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.

View File

@ -1,3 +1,9 @@
2004-09-26 Matthias Clasen <mclasen@redhat.com>
* 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 <jrb@gnome.org>
* gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.

View File

@ -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,