summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_region_list.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-08-26 01:54:34 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-08-26 01:54:34 +0000
commit45199451e0af09e33a02479aa7383f98186f4dcd (patch)
tree78ec97a1a09716dbd1f9595b6f0a9b5bce9e7ac9 /gtk2_ardour/editor_region_list.cc
parent3dc5ac4b96ff4183a91007999b10d2c3553518b5 (diff)
round one of import design changes (still not fully functional, but basic stuff works
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2346 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_region_list.cc')
-rw-r--r--gtk2_ardour/editor_region_list.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_region_list.cc b/gtk2_ardour/editor_region_list.cc
index f24930f10a..11ffb544fc 100644
--- a/gtk2_ardour/editor_region_list.cc
+++ b/gtk2_ardour/editor_region_list.cc
@@ -621,7 +621,7 @@ Editor::region_list_display_drag_data_received (const RefPtr<Gdk::DragContext>&
if (convert_drop_to_paths (paths, context, x, y, data, info, time) == 0) {
nframes_t pos = 0;
- do_embed (paths, false, ImportAsRegion, 0, pos, true);
+ do_embed (paths, false, ImportAsRegion, 0, pos);
context->drag_finish (true, false, time);
}
}