update use of PresentationInfo/Stripable API
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 5 Jun 2016 20:09:20 +0000 (16:09 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 5 Jun 2016 20:33:01 +0000 (16:33 -0400)
gtk2_ardour/editor_routes.cc

index 6868a4ad728729674105d63670e980a06ccab23a..e73160b4a2f1c604c53f8d1dbf615fc67418dc5c 100644 (file)
@@ -1021,7 +1021,7 @@ EditorRoutes::sync_presentation_info_from_treeview ()
                cerr << "Would change PI go for " << stripable->name() << " to " << order << " currently " << stripable->presentation_info().order() << endl;
 
                if (order != stripable->presentation_info().order()) {
-                       stripable->set_presentation_group_order_explicit (order);
+                       stripable->set_presentation_order_explicit (order);
                        change = true;
                }