mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
[191288] use system registry not system registry ui for root of connections
This commit is contained in:
parent
0d2fe3df1d
commit
15bda35dc1
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
|||
* Martin Oberhuber (Wind River) - [186779] Fix IRSESystemType.getAdapter()
|
||||
* Kevin Doyle (IBM) - [189005] Fixed getParent() to return SystemRegistryUI instead of SystemRegistry
|
||||
* Martin Oberhuber (Wind River) - [190271] Move ISystemViewInputProvider to Core
|
||||
* David McKnight (IBM) - [191288] Up To Action doesn't go all the way back to the connections
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.rse.internal.ui.view;
|
||||
|
@ -420,7 +421,7 @@ public class SystemViewConnectionAdapter
|
|||
*/
|
||||
public Object getParent(Object element)
|
||||
{
|
||||
return RSEUIPlugin.getTheSystemRegistryUI();
|
||||
return RSECorePlugin.getTheSystemRegistry();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue