mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-24 08:44:01 +02:00
get rid of subsystem calls with Shell parameters
This commit is contained in:
parent
b4a63e3cc4
commit
8218105081
1 changed files with 4 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue