extensions.st
changeset 17421 1c4a5842450e
parent 17415 207171d9b430
child 17465 27a2e4012a0a
--- a/extensions.st	Sun Feb 19 13:55:35 2017 +0100
+++ b/extensions.st	Mon Feb 20 16:41:05 2017 +0100
@@ -321,6 +321,18 @@
 	^changes
 ! !
 
+!Change methodsFor:'inspecting'!
+
+inspectorExtraAttributes
+    |attr|
+
+    attr := super inspectorExtraAttributes.
+    attr add:'-source' -> [ self source ].
+    ^ attr
+
+    "Created: / 20-02-2017 / 16:34:26 / cg"
+! !
+
 !Change methodsFor:'accessing'!
 
 removed