Tools__NavigationHistory.st
changeset 10715 df89f53ca12e
parent 10176 302187ae4a8c
child 11775 cb66177200d8
child 12123 4bde08cebd48
--- a/Tools__NavigationHistory.st	Mon Sep 19 15:34:57 2011 +0200
+++ b/Tools__NavigationHistory.st	Wed Sep 21 16:28:12 2011 +0200
@@ -151,6 +151,12 @@
     "Created: / 04-07-2011 / 22:45:45 / cg"
 !
 
+removeAll
+    items removeAll.
+
+    "Created: / 21-09-2011 / 16:27:38 / cg"
+!
+
 removeIdentical:anEntry
     "backward compatible list protocol"
 
@@ -302,7 +308,7 @@
 !NavigationHistory class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigationHistory.st,v 1.9 2011-07-05 15:45:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigationHistory.st,v 1.10 2011-09-21 14:28:12 cg Exp $'
 !
 
 version_CVS_jvrany