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 65667
Collapse All | Expand All

(-)RenameResourceAction.java (+5 lines)
Lines 454-459 Link Here
454
				inlinedResource = null;
454
				inlinedResource = null;
455
				//Dispose the text widget regardless
455
				//Dispose the text widget regardless
456
				disposeTextWidget();
456
				disposeTextWidget();
457
				// Ensure the Navigator tree has focus, which it may not if the
458
				// text widget previously had focus.
459
				if (navigatorTree != null && !navigatorTree.isDisposed()) {
460
				    navigatorTree.setFocus();
461
				}
457
		    }
462
		    }
458
		    finally {
463
		    finally {
459
		        saving = false;
464
		        saving = false;

Return to bug 65667