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

Collapse All | Expand All

(-)src/org/eclipse/mylyn/tasks/ui/editors/AbstractRepositoryTaskEditor.java (+5 lines)
Lines 399-404 Link Here
399
							// "Changed - " + repositoryTask.getSummary(),
399
							// "Changed - " + repositoryTask.getSummary(),
400
							// "Editor will Test with new incoming
400
							// "Editor will Test with new incoming
401
							// changes.");
401
							// changes.");
402
							parentEditor.getTopForm().addMessageHyperlinkListener(new HyperlinkAdapter() {
403
								public void linkActivated(HyperlinkEvent e) {
404
									refreshEditor();
405
								}
406
							});
402
							parentEditor.setMessage("Task has incoming changes, synchronize to view",
407
							parentEditor.setMessage("Task has incoming changes, synchronize to view",
403
									IMessageProvider.WARNING);
408
									IMessageProvider.WARNING);

Return to bug 200240