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 166406 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListToolTipHandler.java (-1 / +4 lines)
Lines 387-393 Link Here
387
		hideTooltip();
387
		hideTooltip();
388
388
389
		AbstractTaskContainer element = getTaskListElement(tipWidget);
389
		AbstractTaskContainer element = getTaskListElement(tipWidget);
390
390
		if (element == null) {
391
			return;
392
		}
393
		
391
		Shell parent = PlatformUI.getWorkbench().getDisplay().getActiveShell();
394
		Shell parent = PlatformUI.getWorkbench().getDisplay().getActiveShell();
392
		if (parent == null) {
395
		if (parent == null) {
393
			return;
396
			return;

Return to bug 166406