# HG changeset patch # User Claus Gittinger # Date 1291215457 -3600 # Node ID 7accf61e79489ce90bc49b4d5fe796bd9824a513 # Parent 6dd2915a226b9a9b2ba420c3a085942bf81ea7a3 oops - mapping diff -r 6dd2915a226b -r 7accf61e7948 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!