desensitize remove button for start location; fix inadvertent use of _() when looking up widget data - fixes IOSelector not working for non-en_* users

git-svn-id: svn://localhost/ardour2/trunk@1130 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-11-14 14:03:16 +00:00
parent d36c15fd45
commit ac23d13c6a
2 changed files with 5 additions and 5 deletions

View file

@ -250,7 +250,7 @@ LocationEditRow::set_location (Location *loc)
the row spacing, so make it insensitive (paul).
*/
if (location->is_end()) {
if (location->is_end() || location->is_start()) {
remove_button.set_sensitive (false);
}