diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-12-14 12:28:31 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-12-14 12:28:31 +0000 |
commit | d80a2fe41fcf811952092974a7cd99ad8af67101 (patch) | |
tree | c757da8ecd266e972fe0e3eac911c68c8bffff41 /gtk/gtkiconview.c | |
parent | c6a8f8b35c1964e163c31a2544c10c564065c352 (diff) | |
download | gtk+-d80a2fe41fcf811952092974a7cd99ad8af67101.tar.gz |
Fix docs typo. Bug #385642.
2006-12-14 Christian Persch <chpe@cvs.gnome.org>
* gtk/gtkiconview.c: Fix docs typo. Bug #385642.
Diffstat (limited to 'gtk/gtkiconview.c')
-rw-r--r-- | gtk/gtkiconview.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index 1ffcddb236..f3f55c6c0b 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -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. * |