1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 22:55:26 +02:00

[189443] using folder dialog instead of file/folder dialog

This commit is contained in:
David McKnight 2007-06-01 19:13:01 +00:00
parent c0e89262c8
commit cf8cde06e6

View file

@ -663,7 +663,8 @@ class RemoteImportWizardPage1 extends WizardResourceImportPage implements Listen
SystemSelectRemoteFolderAction action = new SystemSelectRemoteFolderAction(this.getShell());
action.setShowNewConnectionPrompt(true);
action.setShowPropertySheet(true, false);
action.run();
action.setFoldersOnly(true);
action.run();
IRemoteFile folder = action.getSelectedFolder();
if (folder != null) {
clearErrorMessage();