oops - mapping
authorClaus Gittinger <cg@exept.de>
Wed, 01 Dec 2010 15:57:37 +0100
changeset 5658 7accf61e7948
parent 5657 6dd2915a226b
child 5659 0c6fa789e7f0
oops - mapping
TopView.st
--- a/TopView.st	Wed Dec 01 12:18:31 2010 +0100
+++ b/TopView.st	Wed Dec 01 15:57:37 2010 +0100
@@ -1326,12 +1326,12 @@
     device platformName = 'WIN32' ifTrue:[
         self raise
     ].
-    true "self isScreenDialog" ifTrue:[
+    false "self isScreenDialog" ifTrue:[
         self setForegroundWindow.
         self activate.
     ].
 
-    "Modified: / 01-12-2010 / 12:16:58 / cg"
+    "Modified: / 01-12-2010 / 15:56:41 / cg"
 !
 
 masterSlaveMessage:aSelector inGroup:aWindowGroup
@@ -1383,11 +1383,11 @@
 !TopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.132 2010-12-01 11:18:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.133 2010-12-01 14:57:37 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.132 2010-12-01 11:18:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.133 2010-12-01 14:57:37 cg Exp $'
 ! !
 
 TopView initialize!