class: AbstractLauncherApplication
authorClaus Gittinger <cg@exept.de>
Thu, 05 Jun 2014 17:21:44 +0200
changeset 14459 8bf63fa9cd85
parent 14458 bba439082438
child 14460 13d136d2e5a9
class: AbstractLauncherApplication changed: #openWindowTreeInspector (send #openInPickModeAndRelease instead of #openInPickMode) come up unlocked.
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Thu Jun 05 16:39:09 2014 +0200
+++ b/AbstractLauncherApplication.st	Thu Jun 05 17:21:44 2014 +0200
@@ -2286,7 +2286,7 @@
         Dialog warn:'Missing class: Tools::ViewTreeInspectorApplication'.
         ^ self.
     ].
-    Tools::ViewTreeInspectorApplication openInPickMode
+    Tools::ViewTreeInspectorApplication openInPickModeAndRelease
 
     "Modified: / 12-05-2011 / 10:15:39 / cg"
 !
@@ -6960,14 +6960,14 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.459 2014-06-03 09:37:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.460 2014-06-05 15:21:44 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.459 2014-06-03 09:37:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.460 2014-06-05 15:21:44 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: AbstractLauncherApplication.st,v 1.459 2014-06-03 09:37:15 cg Exp $'
+    ^ '$Id: AbstractLauncherApplication.st,v 1.460 2014-06-05 15:21:44 cg Exp $'
 ! !