Fix typo in docs. (#153811, Billy Biggs)

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

	* gtk/gtktreeview.c (gtk_tree_view_append_column): Fix typo in
	docs.  (#153811, Billy Biggs)
This commit is contained in:
Matthias Clasen 2004-09-27 04:13:37 +00:00 committed by Matthias Clasen
parent e465dede96
commit c7f30d069e
5 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2004-09-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_append_column): Fix typo in
docs. (#153811, Billy Biggs)
* gtk/gtkpathbar.h (struct _GtkPathBar): Only need a bit for
need_timer.

View File

@ -1,5 +1,8 @@
2004-09-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_append_column): Fix typo in
docs. (#153811, Billy Biggs)
* gtk/gtkpathbar.h (struct _GtkPathBar): Only need a bit for
need_timer.

View File

@ -1,5 +1,8 @@
2004-09-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_append_column): Fix typo in
docs. (#153811, Billy Biggs)
* gtk/gtkpathbar.h (struct _GtkPathBar): Only need a bit for
need_timer.

View File

@ -1,5 +1,8 @@
2004-09-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_append_column): Fix typo in
docs. (#153811, Billy Biggs)
* gtk/gtkpathbar.h (struct _GtkPathBar): Only need a bit for
need_timer.

View File

@ -9653,7 +9653,7 @@ gtk_tree_view_get_rules_hint (GtkTreeView *tree_view)
* @column: The #GtkTreeViewColumn to add.
*
* Appends @column to the list of columns. If @tree_view has "fixed_height"
* mode enbabled, then @column must have its "sizing" property set to be
* mode enabled, then @column must have its "sizing" property set to be
* GTK_TREE_VIEW_COLUMN_FIXED.
*
* Return value: The number of columns in @tree_view after appending.