[Summary] Bug fix: on windows the dropped multi-channel audio file was not blocked.

This commit is contained in:
VKamyshniy 2015-02-11 18:12:51 +02:00
parent c2dc32c50c
commit 1e4dd25968

View file

@ -578,7 +578,7 @@ Editor::drop_paths (const RefPtr<Gdk::DragContext>& context,
*/
Glib::signal_idle().connect (sigc::bind (sigc::mem_fun (*this, &Editor::idle_drop_paths), paths, frame, cy, copy));
#else
drop_paths_part_two (paths, frame, cy, copy);
idle_drop_paths (paths, frame, cy, copy);
#endif
}