checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 24 Jul 1997 18:25:18 +0200
changeset 1276 75aa3838f308
parent 1275 849085b6b7f2
child 1277 2609b2dd2768
checkin from browser
FSelList.st
FileSelectionList.st
--- a/FSelList.st	Thu Jul 24 18:24:41 1997 +0200
+++ b/FSelList.st	Thu Jul 24 18:25:18 1997 +0200
@@ -942,11 +942,11 @@
 
 !FileSelectionList methodsFor:'realization'!
 
-postRealize
+realize
     "check if directory is still valid (using timestamp and inode numbers)
      - reread if not"
 
-    super postRealize.
+    super realize.
 
     (timeStamp isNil 
      or:[(directory timeOfLastChange > timeStamp) 
@@ -956,11 +956,11 @@
         self updateList
     ].
 
-    "Created: 24.7.1997 / 18:20:16 / cg"
+    "Created: 24.7.1997 / 18:24:36 / cg"
 ! !
 
 !FileSelectionList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/FSelList.st,v 1.35 1997-07-24 16:21:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/FSelList.st,v 1.36 1997-07-24 16:25:18 cg Exp $'
 ! !
--- a/FileSelectionList.st	Thu Jul 24 18:24:41 1997 +0200
+++ b/FileSelectionList.st	Thu Jul 24 18:25:18 1997 +0200
@@ -942,11 +942,11 @@
 
 !FileSelectionList methodsFor:'realization'!
 
-postRealize
+realize
     "check if directory is still valid (using timestamp and inode numbers)
      - reread if not"
 
-    super postRealize.
+    super realize.
 
     (timeStamp isNil 
      or:[(directory timeOfLastChange > timeStamp) 
@@ -956,11 +956,11 @@
         self updateList
     ].
 
-    "Created: 24.7.1997 / 18:20:16 / cg"
+    "Created: 24.7.1997 / 18:24:36 / cg"
 ! !
 
 !FileSelectionList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.35 1997-07-24 16:21:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.36 1997-07-24 16:25:18 cg Exp $'
 ! !