Fix two more badly-adapted instantiations of EditableList and make
[dcpomatic.git] / src / tools / dcpomatic_disk.cc
index a517dde65203a4d7dcbb28b0ec4864d092f13891..115dabe46a9f309c2c90daecf5fecb71acca45c2 100644 (file)
@@ -135,7 +135,7 @@ public:
                        boost::bind(&DOMFrame::dcp_paths, this),
                        boost::bind(&DOMFrame::set_dcp_paths, this, _1),
                        [](boost::filesystem::path p, int) { return p.filename().string(); },
-                       false,
+                       EditableListTitle::INVISIBLE,
                        EditableListButton::NEW | EditableListButton::REMOVE
                        );