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

(-)src/org/eclipse/pde/internal/ui/preferences/TargetPluginsTab.java (-2 / +1 lines)
Lines 938-945 Link Here
938
	protected void buttonSelected(Button button, int index) {
938
	protected void buttonSelected(Button button, int index) {
939
		switch (index) {
939
		switch (index) {
940
			case 0 :
940
			case 0 :
941
				// Upon hitting 'Reload', erase the additional directories and load just the main path
941
				handleReload();
942
				handleReload(new ArrayList());
943
				fPage.resetTargetProfile();
942
				fPage.resetTargetProfile();
944
				break;
943
				break;
945
			case 1 :
944
			case 1 :

Return to bug 237890