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

(-)src/org/eclipse/core/internal/preferences/PreferencesService.java (+7 lines)
Lines 89-94 Link Here
89
			return;
89
			return;
90
		try {
90
		try {
91
			internalApply(tree, filters);
91
			internalApply(tree, filters);
92
			// save the preferences
93
			try {
94
				getRootNode().node(tree.absolutePath()).flush();
95
			} catch (BackingStoreException e) {
96
				throw new CoreException(createStatusError(PrefsMessages.preferences_saveProblems, e));
97
			}
98
92
			//this typically causes a major change to the preference tree, so force string sharing
99
			//this typically causes a major change to the preference tree, so force string sharing
93
			lastStringSharing = 0;
100
			lastStringSharing = 0;
94
			shareStrings();
101
			shareStrings();

Return to bug 195073