changed: #initiateHelpFor:at:now: expecco_1_7_2rc1
authorClaus Gittinger <cg@exept.de>
Sun, 25 Oct 2009 02:21:08 +0200
changeset 2777 4cdef981fdb3
parent 2776 7181bb9659ae
child 2778 8b91cf06a145
changed: #initiateHelpFor:at:now:
FlyByHelp.st
--- a/FlyByHelp.st	Sat Oct 24 16:34:43 2009 +0200
+++ b/FlyByHelp.st	Sun Oct 25 02:21:08 2009 +0200
@@ -227,6 +227,7 @@
                     Delay waitForSeconds:delayTime.
                     [
                         aView device anyButtonPressed ifFalse:[
+                            showProcess := nil.
                             self showHelp:text for:aView
                         ]
                     ] ensure:[
@@ -378,11 +379,11 @@
 !FlyByHelp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.33 2009-10-24 12:14:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.34 2009-10-25 00:21:08 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.33 2009-10-24 12:14:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.34 2009-10-25 00:21:08 cg Exp $'
 ! !
 
 FlyByHelp initialize!