Start supporting mounting of XML with FS.
[lgpl/argeo-commons.git] / eclipse / org.argeo.cms.swt / src / org / argeo / cms / swt / acr / AcrContentTreeView.java
index c6d7380203413ecab495b9d2f9941c3d7b74b9eb..ddf409e0b8d01609ddf75234e6e3af32cb01eccf 100644 (file)
@@ -116,7 +116,7 @@ public class AcrContentTreeView extends Composite {
                shell.setText(basePath.toString());
                shell.setLayout(new FillLayout());
 
-               FsContentProvider contentSession = new FsContentProvider(basePath, true);
+               FsContentProvider contentSession = new FsContentProvider(null, basePath, true);
 //             GcrContentTreeView treeView = new GcrContentTreeView(shell, 0, contentSession.get("/"));
 
                shell.setSize(shell.computeSize(800, 600));