Fix stuck-on audition button.

git-svn-id: svn://localhost/ardour2/branches/3.0@10599 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-14 22:57:03 +00:00
parent 838a1965c9
commit a6ce6f57a7
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ ARDOUR_UI::audition_blink (bool onoff)
auditioning_alert_button.set_active (false);
}
} else {
auditioning_alert_button.set_active (true);
auditioning_alert_button.set_active (false);
}
}