"Do not show this message again", false, null, null);
prefs.setValue(SigilCore.PREFERENCES_NOASK_OSGI_INSTALL,
questionDialog.getToggleState());
if (questionDialog.getReturnCode() == IDialogConstants.YES_ID)
{
PreferenceDialog dialog = PreferencesUtil.createPreferenceDialogOn(
null, SigilCore.OSGI_INSTALLS_PREFERENCES_ID, null, null);
dialog.open();
}
}
};
Display d = Display.getCurrent();
if (d == null)