X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_routes.cc;h=6ea6a1d724a02bd6f806198c2603899d2c059ac7;hb=refs%2Ftags%2F5.4;hp=e46fcfee5a28b26db43955e12a57f0924d125547;hpb=da7d7f950233f109f82f7e7ea5c62f81ef3d7bbb;p=ardour.git diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc index e46fcfee5a..6ea6a1d724 100644 --- a/gtk2_ardour/editor_routes.cc +++ b/gtk2_ardour/editor_routes.cc @@ -57,7 +57,7 @@ #include "vca_time_axis.h" #include "utils.h" -#include "i18n.h" +#include "pbd/i18n.h" using namespace std; using namespace ARDOUR; @@ -1030,7 +1030,7 @@ EditorRoutes::sync_presentation_info_from_treeview () stripable->presentation_info().set_hidden (!visible); if (order != stripable->presentation_info().order()) { - stripable->set_presentation_order_explicit (order); + stripable->set_presentation_order (order, false); change = true; }