FlyByHelp.st
changeset 2872 ea7e6fe01727
parent 2848 43346e94b6ce
child 2878 2b52e2f936cb
--- a/FlyByHelp.st	Tue Oct 19 12:12:49 2010 +0200
+++ b/FlyByHelp.st	Wed Oct 20 13:05:02 2010 +0200
@@ -213,6 +213,7 @@
     [
         Error handle:[:ex |
             ('error in flyByhelp: ',ex description) errorPrintCR.
+            "/ self halt.
         ] do:[
             text := self helpTextFor:aView at:aPointOrNil.
         ].
@@ -245,6 +246,8 @@
     ] ifFalse:[
         self hideHelp
     ].
+
+    "Modified: / 20-10-2010 / 13:04:55 / cg"
 !
 
 interestedIn:aView
@@ -390,11 +393,11 @@
 !FlyByHelp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.41 2010-07-16 12:34:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.42 2010-10-20 11:05:02 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.41 2010-07-16 12:34:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.42 2010-10-20 11:05:02 cg Exp $'
 ! !
 
 FlyByHelp initialize!