Use ardour/session_state_utils.h in Editor::redisplay_snapshots
[ardour.git] / gtk2_ardour / export_dialog.cc
index 2d73887d3a996f0e23c218d54346b521942aaf2b..2cf96fe02a8d1b20e53624f8ad4f400d43f1fd94 100644 (file)
@@ -1089,7 +1089,7 @@ ExportDialog::fill_lists ()
                
                boost::shared_ptr<Route> route = (*ri);
                
-               if (route->hidden()) {
+               if (route->is_hidden()) {
                        continue;
                }