mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
0298076fa1
commit
661ec3189c
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user