]> Pileus Git - ~andy/gtk/commitdiff
More typo fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Sep 2005 18:56:55 +0000 (18:56 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Sep 2005 18:56:55 +0000 (18:56 +0000)
ChangeLog
ChangeLog.pre-2-10
gtk/gtkiconview.c

index 4120cf1b4a891b9a78712dbe8611e685ccf5e0f4..ce73bde5aa13fa71cbc9e6cbfb1c45df8f62c901 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,9 @@
        * gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data
        in multiple places to avoid segfaults if the index is out of range.  
        (#316422, Guillaume Cottenceau)
+       (gtk_icon_view_set_drag_dest_item): 
        (gtk_icon_view_scroll_to_path): Fix a typo in the docs.  (#316419,
-       Guillaume Cottenceau)
+       #316424, Guillaume Cottenceau)
 
 2005-09-18  Hans Breuer  <hans@breuer.org>
 
index 4120cf1b4a891b9a78712dbe8611e685ccf5e0f4..ce73bde5aa13fa71cbc9e6cbfb1c45df8f62c901 100644 (file)
@@ -3,8 +3,9 @@
        * gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data
        in multiple places to avoid segfaults if the index is out of range.  
        (#316422, Guillaume Cottenceau)
+       (gtk_icon_view_set_drag_dest_item): 
        (gtk_icon_view_scroll_to_path): Fix a typo in the docs.  (#316419,
-       Guillaume Cottenceau)
+       #316424, Guillaume Cottenceau)
 
 2005-09-18  Hans Breuer  <hans@breuer.org>
 
index 02d76b4fdd0f0c13f23eef1a4e9848c780283970..97bccbdea0df7d044e3037f48716d5cccba9fd26 100644 (file)
@@ -6476,7 +6476,7 @@ gtk_icon_view_unset_model_drag_dest (GtkIconView *icon_view)
  * gtk_icon_view_set_drag_dest_item:
  * @icon_view: a #GtkIconView
  * @path: The path of the item to highlight, or %NULL.
- * @pos: Specifies whether to drop, relative to the item
+ * @pos: Specifies where to drop, relative to the item
  * 
  * Sets the item that is highlighted for feedback.
  *