aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-10-30 19:52:45 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-10-30 19:52:45 +0800
commita28245ea668203b1b2ffabb0b054660e88986a3f (patch)
treea5c2d1a9d1967d21d622839f6869c00e5debfaeb /lib/widgets
parent956c01fa73fe077bcec0d9cb92d6284dabc037bc (diff)
downloadgsoc2013-epiphany-a28245ea668203b1b2ffabb0b054660e88986a3f.tar
gsoc2013-epiphany-a28245ea668203b1b2ffabb0b054660e88986a3f.tar.gz
gsoc2013-epiphany-a28245ea668203b1b2ffabb0b054660e88986a3f.tar.bz2
gsoc2013-epiphany-a28245ea668203b1b2ffabb0b054660e88986a3f.tar.lz
gsoc2013-epiphany-a28245ea668203b1b2ffabb0b054660e88986a3f.tar.xz
gsoc2013-epiphany-a28245ea668203b1b2ffabb0b054660e88986a3f.tar.zst
gsoc2013-epiphany-a28245ea668203b1b2ffabb0b054660e88986a3f.zip
Add a title param to dnd iterator and remove unused screen location
2003-10-30 Marco Pesenti Gritti <marco@gnome.org> * lib/ephy-dnd.c: (add_one_netscape_url), (add_one_uri), (add_one_topic): * lib/ephy-dnd.h: * lib/widgets/ephy-tree-model-sort.c: (each_property_get_data_binder): * src/ephy-favicon-action.c: (each_url_get_data_binder): Add a title param to dnd iterator and remove unused screen location params.
Diffstat (limited to 'lib/widgets')
-rw-r--r--lib/widgets/ephy-tree-model-sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/ephy-tree-model-sort.c b/lib/widgets/ephy-tree-model-sort.c
index 40c519aa2..97e276150 100644
--- a/lib/widgets/ephy-tree-model-sort.c
+++ b/lib/widgets/ephy-tree-model-sort.c
@@ -188,7 +188,7 @@ each_property_get_data_binder (EphyDragEachSelectedItemDataGet iteratee,
LOG ("Data get %s", svalue)
- iteratee (svalue, -1, -1, -1, -1, data);
+ iteratee (svalue, NULL, data);
gtk_tree_path_free (path);
g_value_unset (&value);