fix copy-n-paste error
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 8 May 2017 10:03:35 +0000 (11:03 +0100)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 8 May 2017 10:03:35 +0000 (11:03 +0100)
libs/ardour/session.cc

index 07c6bbb04242e30166fbc2f18cfdb368b5372309..a69c69b27b38056fdd16202f763d34c5d9d5e60e 100644 (file)
@@ -3851,7 +3851,7 @@ Session::remove_routes (boost::shared_ptr<RouteList> routes_to_remove)
        }
 
        PropertyChange pc;
-       pc.add (Properties::selected);
+       pc.add (Properties::order);
        PresentationInfo::Change (pc);
 
        /* save the new state of the world */