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

Collapse All | Expand All

(-)PropertiesStructureCreator.java (-2 / +6 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
			ITypedElement e= super.replace(child, other);
87
			
88
//			ITypedElement e= super.replace(child, other);
89
//			nodeChanged(this);
90
//			return e;
91
			
88
			nodeChanged(this);
92
			nodeChanged(this);
89
			return e;
93
			return child;
90
		}
94
		}
91
95
92
		void nodeChanged(PropertyNode node) {
96
		void nodeChanged(PropertyNode node) {

Return to bug 34745