#DOCUMENTATION by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Sat, 21 Oct 2017 23:16:51 +0200
branchcvs_MAIN
changeset 1052 14b7450629a5
parent 1051 9aaa16eca776
child 1063 4cb3da95f65f
#DOCUMENTATION by cg class: SmallSense::CompletionView comment/format in: #flash:withColor:
SmallSense__CompletionView.st
--- a/SmallSense__CompletionView.st	Thu Aug 24 22:44:19 2017 +0200
+++ b/SmallSense__CompletionView.st	Sat Oct 21 23:16:51 2017 +0200
@@ -191,12 +191,13 @@
     "Created: / 31-03-2014 / 22:56:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-flash:message withColor:flashColor
+flash:messageOrNil withColor:flashColor
     "delegate"
 
-    listView flash:message withColor:flashColor.
+    listView flash:messageOrNil withColor:flashColor.
 
     "Created: / 31-03-2014 / 22:56:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (format): / 21-10-2017 / 23:13:27 / cg"
 ! !
 
 !CompletionView class methodsFor:'documentation'!