Skip updating options for hidden file-dialog
[ardour.git] / gtk2_ardour / add_route_dialog.h
index 351022c1017b3ea575f71cc417bd80d35b420934..381bebee4457bdfb7fd6967ae12cef4a8a3a9d1b 100644 (file)
@@ -67,6 +67,7 @@ public:
                AudioBus,
                MidiBus,
                VCAMaster,
+               ListenBus,
        };
        TypeWanted type_wanted();
 
@@ -124,13 +125,13 @@ private:
                        add (name);
                        add (path);
                        add (description);
-                       add (created_with);
+                       add (modified_with);
                }
 
                Gtk::TreeModelColumn<std::string> name;
                Gtk::TreeModelColumn<std::string> path;
                Gtk::TreeModelColumn<std::string> description;
-               Gtk::TreeModelColumn<std::string> created_with;
+               Gtk::TreeModelColumn<std::string> modified_with;
        };
 
        TrackTemplateColumns track_template_columns;