1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 20:35:38 +02:00

Bug 480259 - Up button converts path to local file system

Change-Id: I27d0863f77a62b402fce6f3c38daba67b7e43417
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
This commit is contained in:
Patrick Tasse 2015-10-20 17:06:26 -04:00
parent d44fbc3417
commit a1e0fc2df8

View file

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