diff options
Diffstat (limited to 'src/lib/content.cc')
| -rw-r--r-- | src/lib/content.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/content.cc b/src/lib/content.cc index 942e9e533..21b04c649 100644 --- a/src/lib/content.cc +++ b/src/lib/content.cc @@ -289,6 +289,13 @@ Content::set_path (boost::filesystem::path path) signal_changed (ContentProperty::PATH); } +void +Content::set_paths (vector<boost::filesystem::path> paths) +{ + _paths = paths; + signal_changed (ContentProperty::PATH); +} + string Content::path_summary () const { |
