packaging tweaks for OS X
[ardour.git] / gtk2_ardour / editor_mixer.cc
index 0817a31128d498904bac25122055516305042492..12b5ff3f305b7c2a1e02d2fb9993e2d7a635c5f9 100644 (file)
@@ -34,7 +34,6 @@
 #include "audio_time_axis.h"
 #include "automation_time_axis.h"
 #include "editor.h"
-#include "editor_routes.h"
 #include "editor_route_groups.h"
 #include "editor_regions.h"
 #include "gui_thread.h"
@@ -100,7 +99,7 @@ Editor::show_editor_mixer (bool yn)
                        }
 
                } else {
-                       sort_track_selection ();
+                       sort_track_selection (selection->tracks);
 
                        for (TrackSelection::iterator i = selection->tracks.begin(); i != selection->tracks.end(); ++i) {
                                RouteTimeAxisView* atv;