extensions.st
branchjv
changeset 16664 ef51c9c52b52
parent 16573 2f5cd8950dcf
parent 16653 b4abfa23e21e
child 16689 70b43a6c4755
--- a/extensions.st	Thu Jun 02 06:51:52 2016 +0200
+++ b/extensions.st	Mon Jun 06 12:37:27 2016 +0100
@@ -2208,6 +2208,14 @@
     "Modified: / 06-10-2006 / 13:57:38 / cg"
 ! !
 
+!Time methodsFor:'printing & storing'!
+
+inspectorValueStringInListFor:anInspector
+    "returns a string to be shown in the inspector's list"
+
+    ^ self printString
+! !
+
 !Timestamp methodsFor:'inspecting'!
 
 inspectorExtraAttributes
@@ -2924,7 +2932,4 @@
 
 !stx_libtool class methodsFor:'documentation'!
 
-extensionsVersion_HG
-
-    ^ '$Changeset: <not expanded> $'
 ! !