summaryrefslogtreecommitdiff
path: root/libs/ardour/session_directory.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-01-14 17:53:23 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2015-01-14 17:53:23 -0500
commit140778641cfa6ad208bdc2e5beca72b00c2501c9 (patch)
treefd77c0105d712aced5f3fd48cb307e92fad2712d /libs/ardour/session_directory.cc
parent08d56360d683c83727d3d5c04ddc372cb703aa68 (diff)
get Session::save_as() working much more correctly, and cleaner
Diffstat (limited to 'libs/ardour/session_directory.cc')
-rw-r--r--libs/ardour/session_directory.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/session_directory.cc b/libs/ardour/session_directory.cc
index 9d0be414da..b6536ebec9 100644
--- a/libs/ardour/session_directory.cc
+++ b/libs/ardour/session_directory.cc
@@ -176,6 +176,7 @@ SessionDirectory::sub_directories () const
tmp_paths.push_back (sound_path ());
tmp_paths.push_back (midi_path ());
+ tmp_paths.push_back (video_path ());
tmp_paths.push_back (peak_path ());
tmp_paths.push_back (dead_path ());
tmp_paths.push_back (export_path ());