2008-11-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* 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
+2008-11-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * cut-n-paste/toolbar-editor/eggtreemultidnd.c
+ (egg_tree_multi_drag_motion_event):
+
+ Updated from the libegg, see bug #559432 for details.
+
2008-11-05 Carlos Garcia Campos <carlosgc@gnome.org>
* NEWS:
* Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
#include <config.h>
+#endif
+
#include <string.h>
#include <gtk/gtk.h>
#include "eggtreemultidnd.h"
{
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);