Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 55817
Collapse All | Expand All

(-)ProgressManager.java (-1 / +2 lines)
Lines 351-357 Link Here
351
							 */
351
							 */
352
							public IStatus runInUIThread(
352
							public IStatus runInUIThread(
353
									IProgressMonitor monitor) {
353
									IProgressMonitor monitor) {
354
								showInDialog(null, finalEvent.getJob());
354
																
355
								showInDialog(Display.getCurrent().getActiveShell(), finalEvent.getJob());
355
								return Status.OK_STATUS;
356
								return Status.OK_STATUS;
356
							}
357
							}
357
						};
358
						};

Return to bug 55817