Stripable signals moved to PresentationInfo
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 5 Jun 2016 20:15:39 +0000 (16:15 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 5 Jun 2016 20:33:02 +0000 (16:33 -0400)
gtk2_ardour/port_matrix.cc

index 84349d8236e29c5267c444d8d37d363245bbed5a..a580327988f282406680ee9586412fefe2cb1975 100644 (file)
@@ -159,7 +159,7 @@ PortMatrix::init ()
        _session->engine().PortRegisteredOrUnregistered.connect (_session_connections, invalidator (*this), boost::bind (&PortMatrix::setup_global_ports, this), gui_context());
 
        /* watch for route order keys changing, which changes the order of things in our global ports list(s) */
-       Stripable::PresentationInfoChange.connect (_session_connections, invalidator (*this), boost::bind (&PortMatrix::setup_global_ports_proxy, this), gui_context());
+       PresentationInfo::Change.connect (_session_connections, invalidator (*this), boost::bind (&PortMatrix::setup_global_ports_proxy, this), gui_context());
 
        /* Part 3: other stuff */