From 24103bd7ab1503cc4afa856f2f96c2450a70ab3e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 13 Mar 2025 17:07:25 +0100 Subject: [PATCH] Route name verification does not require a Route --- gtk2_ardour/route_ui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h index be086de025..cafa010782 100644 --- a/gtk2_ardour/route_ui.h +++ b/gtk2_ardour/route_ui.h @@ -177,6 +177,8 @@ public: static Gtkmm2ext::ActiveState solo_safe_active_state (std::shared_ptr); static Gtkmm2ext::ActiveState mute_active_state (ARDOUR::Session*, std::shared_ptr); + static bool verify_new_route_name (const std::string& name); + protected: virtual void set_color (uint32_t c); virtual void processors_changed (ARDOUR::RouteProcessorChange) {} @@ -246,7 +248,6 @@ protected: bool mark_hidden (bool yn); void setup_invert_buttons (); void update_phase_invert_sensitivty (); - bool verify_new_route_name (const std::string& name); void check_rec_enable_sensitivity (); void route_gui_changed (PBD::PropertyChange const&);