]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/wizards/FetchWizard.java
Adapt to changes in Commons
[gpl/argeo-slc.git] / org.argeo.slc.client.ui.dist / src / org / argeo / slc / client / ui / dist / wizards / FetchWizard.java
index b354e3f34c6020be6ce57d24dfe347b99132191f..a70877da2b63173910fd639f3542b7530657ec99 100644 (file)
@@ -589,7 +589,8 @@ public class FetchWizard extends Wizard {
                                                // reset workspace list
                                                wkspViewer.setAllChecked(false);
                                                workspaces.clear();
-                                               session = currSourceRepo.login(currSourceCred);
+                                               // FIXME make it more generic
+                                               session = currSourceRepo.login(currSourceCred,RepoConstants.DEFAULT_DEFAULT_WORKSPACE);
                                                // remove unvalid elements
                                                for (String name : session.getWorkspace()
                                                                .getAccessibleWorkspaceNames())