#BUGFIX by stefan
authorStefan Vogel <sv@exept.de>
Thu, 16 May 2019 19:32:28 +0200
changeset 4266 12c13fe33766
parent 4265 664b7b5c72b2
child 4267 1f0095bf4d74
#BUGFIX by stefan close registry keys class: ApplicationWithFileHistory class changed: #fetchFileHistoryFromPersistentStore
ApplicationWithFileHistory.st
--- a/ApplicationWithFileHistory.st	Tue May 14 19:22:17 2019 +0200
+++ b/ApplicationWithFileHistory.st	Thu May 16 19:32:28 2019 +0200
@@ -110,6 +110,7 @@
             fileHistory add:value asFilename.
             index := index + 1
         ].
+        k close.
     ] ifFalse:[
         dir := self directoryForFileHistory.
         dir isDirectory ifTrue:[
@@ -119,6 +120,8 @@
             ]
         ]
     ]
+
+    "Modified: / 16-05-2019 / 19:05:49 / Stefan Vogel"
 !
 
 fileHistory