]> Pileus Git - ~andy/gtk/commitdiff
Fix docs typo. Bug #385642.
authorChristian Persch <chpe@cvs.gnome.org>
Thu, 14 Dec 2006 12:28:31 +0000 (12:28 +0000)
committerChristian Persch <chpe@src.gnome.org>
Thu, 14 Dec 2006 12:28:31 +0000 (12:28 +0000)
2006-12-14  Christian Persch  <chpe@cvs.gnome.org>

* gtk/gtkiconview.c: Fix docs typo. Bug #385642.

ChangeLog
gtk/gtkiconview.c

index fa387233359db0ff47081dc2b5ed043b84aa5edd..cef48f3421fad45d973dbb4d32148bd3f188c5b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 
index 1ffcddb23673e9ae6e50d940c8c8f220ed29f2f4..f3f55c6c0b69cb3373abc9eba229c6d605f4eb3c 100644 (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.
  *