mark session dirty if video is moved
[ardour.git] / gtk2_ardour / mixer_ui.cc
index 10345428b1c00c794d6d6d2d0a728c29c54fc70a..74556c8edab740aa2aeb708be6ea3636076edf95 100644 (file)
@@ -321,7 +321,7 @@ Mixer_UI::add_strips (RouteList& routes)
                for (RouteList::iterator x = routes.begin(); x != routes.end(); ++x) {
                        boost::shared_ptr<Route> route = (*x);
                        
-                       if (route->is_hidden()) {
+                       if (route->is_auditioner()) {
                                continue;
                        }