Fix a copy-and-paste accident

This commit is contained in:
Matthias Clasen 2005-05-08 03:13:37 +00:00
parent e60f060ea8
commit 7d25aee8a1
4 changed files with 16 additions and 11 deletions

View File

@ -1,3 +1,8 @@
2005-05-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c: Fix a copy-and-paste accident, spotted
by Owen Taylor.
2005-05-07 Owen Taylor <otaylor@redhat.com>
* gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not

View File

@ -1,3 +1,8 @@
2005-05-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c: Fix a copy-and-paste accident, spotted
by Owen Taylor.
2005-05-07 Owen Taylor <otaylor@redhat.com>
* gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not

View File

@ -1,3 +1,8 @@
2005-05-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c: Fix a copy-and-paste accident, spotted
by Owen Taylor.
2005-05-07 Owen Taylor <otaylor@redhat.com>
* gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not

View File

@ -6370,17 +6370,7 @@ gtk_icon_view_get_drag_dest_item (GtkIconView *icon_view,
*
* Return value: whether there is an item at the given position.
*
* Since: 2.8/**
* gtk_tree_view_get_dest_row_at_pos:
* @tree_view: a #GtkTreeView
* @drag_x: the position to determine the destination row for
* @drag_y: the position to determine the destination row for
* @path: Return location for the path of the highlighted row, or %NULL.
* @pos: Return location for the drop position, or %NULL
*
* Determines the destination row for a given position.
*
* Return value: whether there is a row at the given position,
* Since: 2.8
**/
gboolean
gtk_icon_view_get_dest_item_at_pos (GtkIconView *icon_view,