mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
i18n MISSING
added version files and strreplace.cc to xcode projects for pbd and midi++. git-svn-id: svn://localhost/ardour2/trunk@1515 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3f95dc7a08
commit
a793f76fbe
8 changed files with 51 additions and 11 deletions
|
|
@ -471,11 +471,11 @@ PluginSelector::ladspa_display_selection_changed()
|
|||
void
|
||||
PluginSelector::added_list_selection_changed()
|
||||
{
|
||||
if (added_list.get_selection()->count_selected_rows() != 0) {
|
||||
btn_remove->set_sensitive (true);
|
||||
} else {
|
||||
btn_remove->set_sensitive (false);
|
||||
}
|
||||
if (added_list.get_selection()->count_selected_rows() != 0) {
|
||||
btn_remove->set_sensitive (true);
|
||||
} else {
|
||||
btn_remove->set_sensitive (false);
|
||||
}
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue