Mostly Cosmetic/Design changes to bring trunk and midi branch closer

git-svn-id: svn://localhost/ardour2/branches/midi@733 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2006-08-01 17:19:38 +00:00
parent 9d5d82b4df
commit 79fc27de2e
71 changed files with 406 additions and 908 deletions

View file

@ -353,7 +353,7 @@ RouteUI::update_mute_display ()
}
void
RouteUI::route_rec_enable_changed (void *src)
RouteUI::route_rec_enable_changed ()
{
Gtkmm2ext::UI::instance()->call_slot (mem_fun (*this, &RouteUI::update_rec_display));
}