VDBInstructionListApplication.st
changeset 154 26937faa5a97
parent 151 bc7626f46210
child 162 1c78b5a2747d
--- a/VDBInstructionListApplication.st	Mon Feb 18 09:44:04 2019 +0000
+++ b/VDBInstructionListApplication.st	Mon Feb 18 10:55:12 2019 +0000
@@ -360,15 +360,17 @@
 !VDBInstructionListApplication methodsFor:'change & update'!
 
 enqueueDelayedUpdateBasicBlocks
-    self enqueueDelayedUpdate: #delayedUpdateBasicBlocks
+    self enqueueMessage: #delayedUpdateBasicBlocks
 
     "Created: / 26-06-2018 / 12:20:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 18-02-2019 / 10:23:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 enqueueDelayedUpdateButtonEnablements
-    self enqueueDelayedUpdate: #delayedUpdateButtonEnablements
+    self enqueueMessage: #delayedUpdateButtonEnablements
 
     "Created: / 03-10-2018 / 12:12:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 18-02-2019 / 10:23:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 update:aspect with:param from:sender