X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=library%2Forg.argeo.documents.ui%2Fsrc%2Forg%2Fargeo%2Fdocuments%2Fui%2FDocumentsFileComposite.java;h=84c56a3a537b64f45f209c6eeb350f1339df88a4;hp=e0eaf1e6b6b11d48f0a5cdeb97f0fad46fd1fccf;hb=dec8c11591d7525c4be934406326823348daa461;hpb=643015b2ea9a066531250059a31b23358a38aa72 diff --git a/library/org.argeo.documents.ui/src/org/argeo/documents/ui/DocumentsFileComposite.java b/library/org.argeo.documents.ui/src/org/argeo/documents/ui/DocumentsFileComposite.java index e0eaf1e..84c56a3 100644 --- a/library/org.argeo.documents.ui/src/org/argeo/documents/ui/DocumentsFileComposite.java +++ b/library/org.argeo.documents.ui/src/org/argeo/documents/ui/DocumentsFileComposite.java @@ -10,6 +10,7 @@ import javax.jcr.RepositoryException; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; +import org.argeo.cms.fs.CmsFsUtils; import org.argeo.cms.ui.util.CmsUiUtils; import org.argeo.eclipse.ui.EclipseUiUtils; import org.argeo.eclipse.ui.fs.FsUiUtils; @@ -48,7 +49,7 @@ public class DocumentsFileComposite extends Composite { rightPannelCmp = new Composite(form, SWT.NO_FOCUS); - Path path = DocumentsUtils.getPath(fsp, context); + Path path = CmsFsUtils.getPath(fsp, context); setOverviewInput(path); form.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true)); form.setWeights(new int[] { 55, 20 });