1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-24 00:33:48 +02:00

get rid of subsystem calls with Shell parameters

This commit is contained in:
David McKnight 2006-09-05 17:03:39 +00:00
parent b4a63e3cc4
commit 8218105081

View file

@ -504,6 +504,10 @@ public abstract class AbstractConnectorService extends RSEModelObject implements
SystemMessageDialog dialog = new SystemMessageDialog(shell, msg); SystemMessageDialog dialog = new SystemMessageDialog(shell, msg);
dialog.open(); dialog.open();
} }
if (shell == null)
{
shell = RSEUIPlugin.getActiveWorkbenchShell();
}
if (supportsPassword() || supportsUserId()) { if (supportsPassword() || supportsUserId()) {
if (shell != null) { if (shell != null) {