FilenameWidgetWithHistory.st
changeset 4798 88362e198319
parent 4797 b145bd0e466d
child 5335 62a286201b0c
--- 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