From ffca5543a5bb550495dc0c6160b3c1cfdd4d51a9 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Tue, 11 Nov 2008 23:37:07 +0000 Subject: Updated from the libegg, see bug #559432 for details. 2008-11-12 Nickolay V. Shmyrev * cut-n-paste/toolbar-editor/eggtreemultidnd.c (egg_tree_multi_drag_motion_event): Updated from the libegg, see bug #559432 for details. svn path=/trunk/; revision=3262 --- (limited to 'cut-n-paste/toolbar-editor') diff --git a/cut-n-paste/toolbar-editor/eggtreemultidnd.c b/cut-n-paste/toolbar-editor/eggtreemultidnd.c index 8fabd18..a76a00f 100644 --- a/cut-n-paste/toolbar-editor/eggtreemultidnd.c +++ b/cut-n-paste/toolbar-editor/eggtreemultidnd.c @@ -17,7 +17,10 @@ * Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H #include +#endif + #include #include #include "eggtreemultidnd.h" @@ -316,7 +319,7 @@ egg_tree_multi_drag_motion_event (GtkWidget *widget, { context = gtk_drag_begin (widget, - di->source_target_list, + gtk_drag_source_get_target_list (widget), di->source_actions, priv_data->pressed_button, (GdkEvent*)event); -- cgit v0.9.1