summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-05-08 11:03:35 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2017-05-08 11:03:35 +0100
commit2ed08f07718171e49e10618b4bb41e4cce0de5d9 (patch)
tree17c2e09a3a738d1798a814d3301dae6209142dea /libs/ardour/session.cc
parent0596032b362fb7b3498d67aed1908c51250e5e09 (diff)
fix copy-n-paste error
Diffstat (limited to 'libs/ardour/session.cc')
-rw-r--r--libs/ardour/session.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc
index 07c6bbb042..a69c69b27b 100644
--- a/libs/ardour/session.cc
+++ b/libs/ardour/session.cc
@@ -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 */