AbstractLauncherApplication.st
changeset 11417 3559223419d9
parent 11355 bee1dd77d6b6
child 11468 3d585b53fb82
--- a/AbstractLauncherApplication.st	Mon Mar 12 19:20:05 2012 +0100
+++ b/AbstractLauncherApplication.st	Mon Mar 12 20:34:25 2012 +0100
@@ -1994,7 +1994,7 @@
     |v|
 
     v := self findWindow:'Select window to raise deiconified:'.
-    v notNil ifTrue:[v raiseDeiconified]
+    v notNil ifTrue:[v raiseDeiconified; setForegroundWindow]
 !
 
 fullScreenHardcopy
@@ -6905,11 +6905,11 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.411 2012-03-03 09:26:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.412 2012-03-12 19:34:25 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.411 2012-03-03 09:26:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.412 2012-03-12 19:34:25 stefan Exp $'
 !
 
 version_SVN