ActiveHelp.st
changeset 3323 a251378c32d8
parent 3320 602bf71b5fdc
child 3333 66ff26772ee3
--- a/ActiveHelp.st	Mon Mar 31 11:19:26 2014 +0200
+++ b/ActiveHelp.st	Tue Apr 01 14:44:58 2014 +0200
@@ -552,8 +552,10 @@
      previous helped view, hide the help"
 
     Debugging ifTrue:['mouse in' infoPrintCR].
-    aView topView isActive ifFalse:[
-        Debugging ifTrue:['topview inactive' infoPrintCR].
+    true "aView topView isActive" ifFalse:[
+        Debugging ifTrue:[
+            'topview inactive' infoPrintCR
+        ].
         ^ self
     ].
     (self interestedIn:aView) ifFalse:[
@@ -769,7 +771,7 @@
 !ActiveHelp class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelp.st,v 1.76 2014-03-28 09:51:55 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelp.st,v 1.77 2014-04-01 12:44:58 cg Exp $'
 ! !