diff --git a/ChangeLog b/ChangeLog index cef22d4c04..50bbd05837 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-30 Kristian Rietveld + + * gtk/gtktreeview.c (gtk_tree_view_set_tooltip_cell): Fix + documentation. (#461225, Murray Cumming). + 2007-07-29 Emmanuele Bassi * gtk/gtkrecentchooser.c: Add documentation for properties diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index b9492819c2..65c1a17f3f 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -15219,7 +15219,7 @@ gtk_tree_view_set_tooltip_row (GtkTreeView *tree_view, * @tooltip: a #GtkTooltip * @path: a #GtkTreePath or %NULL * @column: a #GtkTreeViewColumn or %NULL - * @cell: a #GtkCellRendererText or %NULL + * @cell: a #GtkCellRenderer or %NULL * * Sets the tip area of @tooltip to the area @path, @column and @cell have * in common. For example if @path is %NULL and @column is set, the tip