From 268553ecd471e31d0a1a3976f02389260130e41d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 21 Mar 2013 21:33:02 +0100 Subject: honor CTRL modifier when drag/drop importing files (copy vs embed) --- gtk2_ardour/editor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/editor.h') diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h index 081d6d5c3c..b082a80f21 100644 --- a/gtk2_ardour/editor.h +++ b/gtk2_ardour/editor.h @@ -1257,8 +1257,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD void bring_in_external_audio (Editing::ImportMode mode, framepos_t& pos); - bool idle_drop_paths (std::vector paths, framepos_t frame, double ypos); - void drop_paths_part_two (const std::vector& paths, framepos_t frame, double ypos); + bool idle_drop_paths (std::vector paths, framepos_t frame, double ypos, bool copy); + void drop_paths_part_two (const std::vector& paths, framepos_t frame, double ypos, bool copy); int import_sndfiles (std::vector paths, Editing::ImportMode mode, ARDOUR::SrcQuality, framepos_t& pos, int target_regions, int target_tracks, boost::shared_ptr&, bool); -- cgit v1.2.3