From 20dd70b526a557dccd623f9a1c0b05720317e9f7 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 7 Apr 2003 19:41:46 +0000 Subject: Move and autoupdate these from egg. 2003-04-07 Marco Pesenti Gritti * lib/widgets/Makefile.am: * lib/widgets/eggtreemodelfilter.c: * lib/widgets/eggtreemodelfilter.h: * lib/widgets/eggtreemultidnd.c: * lib/widgets/eggtreemultidnd.h: * lib/egg/Makefile.am: * lib/egg/eggtreemodelfilter.c: * lib/egg/eggtreemodelfilter.h: * lib/egg/eggtreemultidnd.c: * lib/egg/eggtreemultidnd.h: * lib/egg/update-from-egg.sh: Move and autoupdate these from egg. * lib/ephy-dnd.c: * lib/ephy-dnd.h: * src/ephy-favicon-action.c: Remove an unnecessary param in ephydnd API. * lib/widgets/ephy-tree-model-sort.c: Use the real multidnd api. 2 --- lib/ephy-dnd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/ephy-dnd.h') diff --git a/lib/ephy-dnd.h b/lib/ephy-dnd.h index afeb4704d..b8c415b0b 100644 --- a/lib/ephy-dnd.h +++ b/lib/ephy-dnd.h @@ -43,7 +43,6 @@ typedef void (* EphyDragEachSelectedItemIterator) (EphyDragEachSelectedItemDat gboolean ephy_dnd_drag_data_get (GtkWidget *widget, GdkDragContext *context, GtkSelectionData *selection_data, - guint info, guint32 time, gpointer container_context, EphyDragEachSelectedItemIterator each_selected_item_iterator); -- cgit v1.2.3