needShortReschedule.set(true);
/* Open Cleanup Reminder Dialog */
else if (visibleInstance == null && new CleanUpReminderDialog(shell).open() == IDialogConstants.OK_ID) {
OwlUI.restoreWindow(shell);
new CleanUpAction().openWizard(shell);
}
}
});
/* Shell is Minimized to Tray, try again after a short delay */