summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_selection.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/region_selection.cc')
-rw-r--r--gtk2_ardour/region_selection.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/region_selection.cc b/gtk2_ardour/region_selection.cc
index cf9542cb64..2679cc9381 100644
--- a/gtk2_ardour/region_selection.cc
+++ b/gtk2_ardour/region_selection.cc
@@ -105,7 +105,7 @@ bool RegionSelection::contains (boost::shared_ptr<ARDOUR::Region> region) const
bool
RegionSelection::add (RegionView* rv)
{
- if (!rv->region()->playlist()) {
+ if (!rv->region()->playlist()) {
/* not attached to a playlist - selection not allowed.
This happens if the user tries to select a region
during a capture pass.