mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Merge "Bug 480259 - Up button converts path to local file system"
This commit is contained in:
commit
9d066975b3
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue