VDBVariableObjectListApplication.st
changeset 151 bc7626f46210
parent 121 e825c8db2147
child 187 4c23ffccaf8e
--- a/VDBVariableObjectListApplication.st	Wed Jan 30 11:45:37 2019 +0000
+++ b/VDBVariableObjectListApplication.st	Wed Jan 23 22:05:43 2019 +0000
@@ -207,12 +207,12 @@
     "Invoked when an object that I depend upon sends a change notification."
 
     sender == variableObjectListHolder ifTrue:[ 
-         self enqueueDelayedUpdateInternalList.
+         self enqueueDelayedUpdateContents.
          ^ self.
     ].
     super update:aspect with:param from:sender
 
-    "Modified: / 03-02-2018 / 09:47:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 14-02-2019 / 16:31:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !VDBVariableObjectListApplication methodsFor:'change & update-delayed'!