Fix restoration of PannerShell state from session XML (#4185).
authorCarl Hetherington <carl@carlh.net>
Thu, 14 Jul 2011 14:56:40 +0000 (14:56 +0000)
committerCarl Hetherington <carl@carlh.net>
Thu, 14 Jul 2011 14:56:40 +0000 (14:56 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@9875 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/delivery.cc

index 50b50a4decf983d7ad6fd2751d08cb2a3003bd38..4a6b761f33d88612f2c4082b1b832b9d2a31b149 100644 (file)
@@ -372,7 +372,7 @@ Delivery::set_state (const XMLNode& node, int version)
                // std::cerr << this << ' ' << _name << " NO ROLE INFO\n";
        }
 
-       XMLNode* pan_node = node.child (X_("Panner"));
+       XMLNode* pan_node = node.child (X_("PannerShell"));
 
        if (pan_node && _panshell) {
                _panshell->set_state (*pan_node, version);