Fix a typo. (#162339, Alessio Dessi)

* gtk/gtktreeview.c (gtk_tree_view_class_init): Fix a
	typo.  (#162339, Alessio Dessi)
This commit is contained in:
Matthias Clasen 2004-12-27 22:11:04 +00:00
parent 0298076fa1
commit 661ec3189c
5 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2004-12-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_class_init): Fix a
typo. (#162339, Alessio Dessi)
* gtk/gtkadjustment.c (gtk_adjustment_class_init): Document
properties as new since 2.4. (#156101, Billy Biggs)

View File

@ -1,5 +1,8 @@
2004-12-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_class_init): Fix a
typo. (#162339, Alessio Dessi)
* gtk/gtkadjustment.c (gtk_adjustment_class_init): Document
properties as new since 2.4. (#156101, Billy Biggs)

View File

@ -1,5 +1,8 @@
2004-12-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_class_init): Fix a
typo. (#162339, Alessio Dessi)
* gtk/gtkadjustment.c (gtk_adjustment_class_init): Document
properties as new since 2.4. (#156101, Billy Biggs)

View File

@ -1,5 +1,8 @@
2004-12-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_class_init): Fix a
typo. (#162339, Alessio Dessi)
* gtk/gtkadjustment.c (gtk_adjustment_class_init): Document
properties as new since 2.4. (#156101, Billy Biggs)

View File

@ -690,7 +690,7 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
PROP_HOVER_EXPAND,
g_param_spec_boolean ("hover_expand",
P_("Hover Expand"),
P_("Whether rows should be expanded/collaped when the pointer moves over them"),
P_("Whether rows should be expanded/collapsed when the pointer moves over them"),
FALSE,
G_PARAM_READWRITE));