FileBrowser.st
changeset 58 43b7d463a7e5
parent 57 36e13831b62d
child 59 d8ff572dd357
--- a/FileBrowser.st	Mon Feb 06 02:01:18 1995 +0100
+++ b/FileBrowser.st	Wed Feb 08 04:21:08 1995 +0100
@@ -28,7 +28,7 @@
 COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.23 1995-02-06 00:59:53 claus Exp $
+$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.24 1995-02-08 03:20:58 claus Exp $
 '!
 
 !FileBrowser class methodsFor:'documentation'!
@@ -49,7 +49,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.23 1995-02-06 00:59:53 claus Exp $
+$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.24 1995-02-08 03:20:58 claus Exp $
 "
 !
 
@@ -734,7 +734,7 @@
 	Processor removeTimedBlock:checkBlock.
 
 	labelView label:(currentDirectory pathName).
-	timeOfLastCheck := Time now.
+	timeOfLastCheck := AbsoluteTime now.
 
 	files := currentDirectory asOrderedCollection.