fix for mute button color/state caused by cut-n-paste coding, plus another access(2) bites the portability dust

git-svn-id: svn://localhost/ardour2/trunk@1532 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-02-28 17:14:39 +00:00
parent 2756e72d0d
commit 72f76d4b95
4 changed files with 6 additions and 3 deletions

View file

@ -386,7 +386,7 @@ RouteUI::mute_changed(void* src)
void
RouteUI::update_mute_display ()
{
bool model = _route->record_enabled();
bool model = _route->muted();
bool view = mute_button->get_active();
/* first make sure the button's "depressed" visual