add canvas-based Meter object
[ardour.git] / gtk2_ardour / audio_time_axis.cc
index ead0b8ffb180c5e20d81491947f177eb3648e300..4459afa799a2aefc35cd0134228032cd2a2c0c93 100644 (file)
@@ -55,7 +55,7 @@
 #include "audio_streamview.h"
 #include "utils.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace ARDOUR;
@@ -307,7 +307,7 @@ AudioTimeAxisView::update_control_names ()
                }
        }
 
-       if (get_selected()) {
+       if (selected()) {
                controls_ebox.set_name (controls_base_selected_name);
                time_axis_frame.set_name (controls_base_selected_name);
        } else {