summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-09-19 18:57:53 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-09-19 18:57:53 +0000
commit834e201312e6b83e5f566cf79415bb07f1fb84de (patch)
treeaef688a6ab0f4934cf7cff9ed1ed4d2d5e27ada2
parent3504894d6e912e7b976c45a3561a40eac2b3d21c (diff)
downloadgdk-pixbuf-834e201312e6b83e5f566cf79415bb07f1fb84de.tar.gz
More typo fixes
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--gtk/gtkiconview.c2
3 files changed, 7 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 05f47e003..505fea6e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,9 +3,10 @@
* 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)
+
Fri Sep 16 14:00:20 2005 Tim Janik <timj@imendio.com>
* gtk/gtkwindow.c: fix bug #316180.
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 05f47e003..505fea6e9 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -3,9 +3,10 @@
* 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)
+
Fri Sep 16 14:00:20 2005 Tim Janik <timj@imendio.com>
* gtk/gtkwindow.c: fix bug #316180.
diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c
index d5f734a7b..42e4304e3 100644
--- a/gtk/gtkiconview.c
+++ b/gtk/gtkiconview.c
@@ -6480,7 +6480,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.
*