From: Paul Davis Date: Wed, 22 Jul 2009 22:15:15 +0000 (+0000) Subject: add track-record-enable-toggle action to menu, to make it actually bindable ; fixup... X-Git-Tag: 2.8.16~771 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=894e4500a0da1d9044975631ec5b7c3baed7ef63;p=ardour.git add track-record-enable-toggle action to menu, to make it actually bindable ; fixup creation of tracks/busses with > 2 channels, caused by bug in route template menu setup git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5415 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/gtk2_ardour/add_route_dialog.cc b/gtk2_ardour/add_route_dialog.cc index 73c250d8f8..650a371bd6 100644 --- a/gtk2_ardour/add_route_dialog.cc +++ b/gtk2_ardour/add_route_dialog.cc @@ -263,6 +263,9 @@ AddRouteDialog::refill_channel_setups () } } + /* no more templates for the rest */ + chn.template_path = ""; + chn.name = _("3 Channel"); chn.channels = 3; channel_setups.push_back (chn); diff --git a/gtk2_ardour/ardour.menus.in b/gtk2_ardour/ardour.menus.in index 33a398985e..a389a1fc1a 100644 --- a/gtk2_ardour/ardour.menus.in +++ b/gtk2_ardour/ardour.menus.in @@ -271,6 +271,7 @@ +