check master sources when determining whether a region uses a source. should fix...
[ardour.git] / gtk2_ardour / time_axis_view.h
index 6e659e47a73677ce8caf5ce6851c29620183c382..17dfec986b5fcb24706b8eedf7b5abbee02361dc 100644 (file)
@@ -224,8 +224,8 @@ class TimeAxisView : public virtual AxisView
 
        bool name_entry_key_release (GdkEventKey *ev);
        bool name_entry_key_press (GdkEventKey *ev);
+       bool name_entry_focus_out (GdkEventFocus *ev);
 
-        ArdourDialog* name_editor;
         Gtk::Entry* name_entry;
         void begin_name_edit ();
         void end_name_edit (int);