push2:small logic fix for destructor, mostly to ensure that the track_mix layout...
[ardour.git] / gtk2_ardour / session_metadata_dialog.h
index 6dc4e6e371e2944e67f6945686b4d626b03b6d6e..b52efe4c0cdabb71f8e75c1c0bc20ae20d65359e 100644 (file)
@@ -135,6 +135,9 @@ class EAN13MetadataField : public MetadataField {
        Gtk::Widget & name_widget ();
        Gtk::Widget & value_widget ();
        Gtk::Widget & edit_widget ();
+
+       Gtk::Label* status_label;
+       void update_status ();
   private:
        void update_value ();
         std::string numeric_string (std::string const & str) const;