1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 02:36:01 +02:00

Merge "Bug 480259 - Up button converts path to local file system"

This commit is contained in:
Greg Watson 2015-10-22 08:39:46 -04:00 committed by Gerrit Code Review @ Eclipse.org
commit 9d066975b3

View file

@ -280,7 +280,7 @@ public class RemoteResourceBrowserWidget extends Composite {
@Override @Override
public void widgetSelected(SelectionEvent e) { public void widgetSelected(SelectionEvent e) {
if (!fRootPath.isRoot()) { if (!fRootPath.isRoot()) {
setRoot(fRootPath.removeLastSegments(1).toOSString()); setRoot(fRootPath.removeLastSegments(1).toString());
} }
} }
}); });