add track-record-enable-toggle action to menu, to make it actually bindable ; fixup...
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 22 Jul 2009 22:15:15 +0000 (22:15 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 22 Jul 2009 22:15:15 +0000 (22:15 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5415 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/add_route_dialog.cc
gtk2_ardour/ardour.menus.in

index 73c250d8f872a552ebe72b01fdd18ba8419060c8..650a371bd6ddaaf3726e2a8bcf3fe527fef9105a 100644 (file)
@@ -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);
index 33a398985e39681971de3c783be50de89ec7cc07..a389a1fc1a8599c66c402382daebef8c96351df2 100644 (file)
                      <menuitem action='linear-waveforms'/>
                      <menuitem action='logarithmic-waveforms'/>
                </menu>
+               <menuitem action='track-record-enable-toggle'/> 
                <menuitem action='toggle-track-active'/>        
                <menuitem action='remove-track'/>       
        </menu>