From 50615cd17c06a5f4c8a196182407ceee7d182635 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 16 May 2010 18:51:05 +0000 Subject: Fix crash when dragging something from another task over the editor window. git-svn-id: svn://localhost/ardour2/branches/3.0@7107 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/gtkmm2ext/dndtreeview.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/gtkmm2ext/dndtreeview.cc') diff --git a/libs/gtkmm2ext/dndtreeview.cc b/libs/gtkmm2ext/dndtreeview.cc index 0695dd3281..179423f203 100644 --- a/libs/gtkmm2ext/dndtreeview.cc +++ b/libs/gtkmm2ext/dndtreeview.cc @@ -69,6 +69,7 @@ bool DnDTreeViewBase::on_drag_drop(const Glib::RefPtr& context, int x, int y, guint time) { suggested_action = Gdk::DragAction (0); + drag_data.source = 0; return TreeView::on_drag_drop (context, x, y, time); } -- cgit v1.2.3