Fix docs typo. Bug #385642.

2006-12-14  Christian Persch  <chpe@cvs.gnome.org>

	* gtk/gtkiconview.c: Fix docs typo. Bug #385642.
This commit is contained in:
Christian Persch 2006-12-14 12:28:31 +00:00 committed by Christian Persch
parent c6a8f8b35c
commit d80a2fe41f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-12-14 Christian Persch <chpe@cvs.gnome.org>
* gtk/gtkiconview.c: Fix docs typo. Bug #385642.
2006-12-13 Dom Lachowicz <domlachowicz@gmail.com>
* src/modules/engines/ms-windows/msw_style.c: Bug 351679 - Notebooks

View File

@ -5264,7 +5264,7 @@ gtk_icon_view_unselect_all (GtkIconView *icon_view)
* @path: A #GtkTreePath to check selection on.
*
* Returns %TRUE if the icon pointed to by @path is currently
* selected. If @icon does not point to a valid location, %FALSE is returned.
* selected. If @path does not point to a valid location, %FALSE is returned.
*
* Return value: %TRUE if @path is selected.
*