View | Details | Raw Unified | Return to bug 34745 | Differences between
and this patch

Collapse All | Expand All

(-)PropertiesStructureCreator.java (+4 lines)
Lines 84-92 Link Here
84
		}
84
		}
85
		
85
		
86
		public ITypedElement replace(ITypedElement child, ITypedElement other) {
86
		public ITypedElement replace(ITypedElement child, ITypedElement other) {
87
			/* commented out for #34745
87
			ITypedElement e= super.replace(child, other);
88
			ITypedElement e= super.replace(child, other);
88
			nodeChanged(this);
89
			nodeChanged(this);
89
			return e;
90
			return e;
91
			*/
92
			nodeChanged(this);
93
			return child;
90
		}
94
		}
91
95
92
		void nodeChanged(PropertyNode node) {
96
		void nodeChanged(PropertyNode node) {

Return to bug 34745