summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_canvas.cc')
-rw-r--r--gtk2_ardour/editor_canvas.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_canvas.cc b/gtk2_ardour/editor_canvas.cc
index 7aed067010..fbfd4770e7 100644
--- a/gtk2_ardour/editor_canvas.cc
+++ b/gtk2_ardour/editor_canvas.cc
@@ -474,6 +474,10 @@ Editor::drop_paths (const RefPtr<Gdk::DragContext>& context,
goto out;
}
+ for (vector<ustring>::iterator xx = paths.begin(); xx != paths.end(); ++xx) {
+ cerr << "Drop path = " << *xx << endl;
+ }
+
/* D-n-D coordinates are window-relative, so convert to "world" coordinates
*/