summaryrefslogtreecommitdiff
path: root/gtk2_ardour/redirect_box.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-11-13 10:00:09 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-11-13 10:00:09 +0000
commit45b4721be3d310c157d8e7f7a656f39eae69510f (patch)
tree3d697dcda1947918d00809639cde737d950f8367 /gtk2_ardour/redirect_box.cc
parent02c49688c72cf88d2e2f8eb6908355c8b37e6c95 (diff)
speed up track resizing; fixup file DnD; stop use CAAudioFile for imported files
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4148 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/redirect_box.cc')
-rw-r--r--gtk2_ardour/redirect_box.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/redirect_box.cc b/gtk2_ardour/redirect_box.cc
index 155fa4e1e6..d8e3ffd043 100644
--- a/gtk2_ardour/redirect_box.cc
+++ b/gtk2_ardour/redirect_box.cc
@@ -171,6 +171,8 @@ RedirectBox::route_going_away ()
void
RedirectBox::object_drop (string type, uint32_t cnt, const boost::shared_ptr<Redirect>* ptr)
{
+ cerr << "Object drop, type = " << type << " cnt = " << cnt << endl;
+
if (type != "redirects" || cnt == 0 || !ptr) {
return;
}