class: FilenameWidgetWithHistory
authorClaus Gittinger <cg@exept.de>
Fri, 24 Jul 2015 22:56:48 +0200
changeset 4798 88362e198319
parent 4797 b145bd0e466d
child 4799 99ae54e3d35d
class: FilenameWidgetWithHistory changed: #historyList:
FilenameWidgetWithHistory.st
--- a/FilenameWidgetWithHistory.st	Fri Jul 24 22:25:51 2015 +0200
+++ b/FilenameWidgetWithHistory.st	Fri Jul 24 22:56:48 2015 +0200
@@ -133,10 +133,10 @@
     ^ history
 !
 
-historyList:aList
+historyList:aCollection
     "set the history - useful when two or more such fields shall share a common history"
 
-    history := aList
+    self historyList value: aCollection
 !
 
 initialDirectoryHolder