1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 03:53:21 +02:00

[191288] use system registry not system registry ui for root of connections

This commit is contained in:
David McKnight 2007-06-08 14:09:29 +00:00
parent 0d2fe3df1d
commit 15bda35dc1

View file

@ -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();
}
/**