Make ACR implementation more robust.
[lgpl/argeo-commons.git] / eclipse / org.argeo.cms.swt / src / org / argeo / cms / swt / acr / AcrContentTreeView.java
index ddf409e0b8d01609ddf75234e6e3af32cb01eccf..4deef49c1bd0e813651bc91def456d6248d93a25 100644 (file)
@@ -116,7 +116,7 @@ public class AcrContentTreeView extends Composite {
                shell.setText(basePath.toString());
                shell.setLayout(new FillLayout());
 
-               FsContentProvider contentSession = new FsContentProvider(null, basePath, true);
+               FsContentProvider contentSession = new FsContentProvider("/", basePath);
 //             GcrContentTreeView treeView = new GcrContentTreeView(shell, 0, contentSession.get("/"));
 
                shell.setSize(shell.computeSize(800, 600));