Fix for #186302
Dafe Simonek <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
186302: "Up One Level" button in remote file chooser works only once Directory chooser is unusable for navigating in remote files. The fix is trivial and safe, one line change that assures that getShellFolderForFile() is called only when useShellFolder is true. http://hg.netbeans.org/core-main/rev/3b27e2474127 Thanks, Dafe//