View | Details | Raw Unified | Return to bug 62356
Collapse All | Expand All

(-)CompareUIPlugin.java (-1 / +1 lines)
Lines 502-508 Link Here
502
		try {
502
		try {
503
			
503
			
504
			// run operation in separate thread and make it canceable
504
			// run operation in separate thread and make it canceable
505
			new ProgressMonitorDialog(shell).run(true, true, input);
505
			PlatformUI.getWorkbench().getProgressService().run(true, true, input);
506
			
506
			
507
			String message= input.getMessage();
507
			String message= input.getMessage();
508
			if (message != null) {
508
			if (message != null) {

Return to bug 62356