From a28245ea668203b1b2ffabb0b054660e88986a3f Mon Sep 17 00:00:00 2001
From: Marco Pesenti Gritti <marco@gnome.org>
Date: Thu, 30 Oct 2003 11:52:45 +0000
Subject: 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.
---
 lib/widgets/ephy-tree-model-sort.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lib/widgets')

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);
-- 
cgit