summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2019-07-30 13:02:15 -0500
committerBen Loftis <ben@harrisonconsoles.com>2019-08-01 12:11:31 -0500
commitda3d8e54188691217956eb5c0e6671fe24bcd20f (patch)
tree82900ce20712110c13def4ccd9d191e1f716bc18 /gtk2_ardour/editor.h
parent50786b3e5c42310396a6bf5d54744ea968995319 (diff)
(Source List) Implement insert-region action... now uses the Source List.
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 7747870125..cbe111fee6 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1322,7 +1322,7 @@ private:
void temporal_zoom_by_sample (samplepos_t start, samplepos_t end);
void temporal_zoom_to_sample (bool coarser, samplepos_t sample);
- void insert_region_list_selection (float times);
+ void insert_source_list_selection (float times);
/* import & embed */