Fix finding session templates
authorColin Fletcher <colin.m.fletcher@googlemail.com>
Mon, 22 Sep 2014 12:21:14 +0000 (13:21 +0100)
committerColin Fletcher <colin.m.fletcher@googlemail.com>
Mon, 22 Sep 2014 12:21:14 +0000 (13:21 +0100)
commit45fd3593eba84e2d89290f5112f4541bb9399209
tree7a7b0a1eb8969099e4ce03ca4362aaeca9d27282
parent5c7d6ae004356ce4be61c6cc65b9b445c03a0fd4
Fix finding session templates

Session templates are directories: use find_paths_matching_filter() rather
that find_files_matching_filter() to search for them. Fix a tiny comment
typo I spotted along the way too.
gtk2_ardour/session_dialog.cc
libs/ardour/template_utils.cc