Tools__InlineMessageDialog.st
branchjv
changeset 12625 482496b7e155
parent 12517 3a904476a8d2
child 12626 7ae48abfedac
--- a/Tools__InlineMessageDialog.st	Thu Mar 28 12:59:48 2013 +0000
+++ b/Tools__InlineMessageDialog.st	Sun Mar 31 18:03:22 2013 +0100
@@ -106,7 +106,6 @@
 "
 ! !
 
-
 !InlineMessageDialog class methodsFor:'accessing-colors'!
 
 defaultInformationBackground
@@ -123,7 +122,6 @@
     "Created: / 10-04-2012 / 19:30:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !InlineMessageDialog class methodsFor:'interface specs'!
 
 messageInfoSpec
@@ -317,14 +315,12 @@
       )
 ! !
 
-
 !InlineMessageDialog class methodsFor:'others'!
 
 version_CVS
     ^ '$Header: /cvs/stx/stx/libtool/Tools__InlineMessageDialog.st,v 1.7 2012-05-17 15:31:22 vrany Exp $'
 ! !
 
-
 !InlineMessageDialog methodsFor:'accessing'!
 
 backgroundColor: aColor
@@ -362,7 +358,6 @@
     "Created: / 28-10-2010 / 18:24:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !InlineMessageDialog methodsFor:'accessing-presentation'!
 
 changeLayoutUponShowHide: aBoolean
@@ -377,7 +372,6 @@
     "Modified (comment): / 17-05-2012 / 13:56:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !InlineMessageDialog methodsFor:'actions'!
 
 doAbort
@@ -413,17 +407,16 @@
     <resource: #uiCallback>
 
     (worker notNil and:[worker isDead not]) ifTrue:[
-        worker := nil.
         worker terminate.
         "/ raise its prio to make it terminate quickly
-        worker priority:(Processor userSchedulingPriority + 1)
+        worker priority:(Processor userSchedulingPriority + 1).
+        worker := nil.
     ].
     self hide.
 
-    "Modified: / 11-04-2012 / 13:18:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 31-03-2013 / 18:02:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !InlineMessageDialog methodsFor:'adding & removing components'!
 
 addButton: aButton
@@ -525,7 +518,6 @@
     "Created: / 11-04-2012 / 00:51:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !InlineMessageDialog methodsFor:'aspects'!
 
 backgroundColorHolder
@@ -637,7 +629,6 @@
     "Modified: / 28-10-2010 / 18:29:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !InlineMessageDialog methodsFor:'change & update'!
 
 update:aspect with:parameter from:changedObject
@@ -652,7 +643,6 @@
     "Modified: / 10-04-2012 / 19:36:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !InlineMessageDialog methodsFor:'hooks'!
 
 commonPostBuild
@@ -681,7 +671,6 @@
     "Created: / 10-02-2012 / 10:42:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !InlineMessageDialog methodsFor:'private'!
 
 getMyView
@@ -780,7 +769,6 @@
     "Created: / 29-10-2010 / 11:48:15 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !InlineMessageDialog methodsFor:'utilities'!
 
 reset
@@ -875,7 +863,6 @@
     "Created: / 11-04-2012 / 13:38:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !InlineMessageDialog methodsFor:'utilities-obsolete'!
 
 information: message 
@@ -944,13 +931,17 @@
     "Created: / 13-02-2012 / 16:59:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !InlineMessageDialog class methodsFor:'documentation'!
 
 version
     ^ '$Header: /cvs/stx/stx/libtool/Tools__InlineMessageDialog.st,v 1.7 2012-05-17 15:31:22 vrany Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '§Id: Tools__InlineMessageDialog.st 7976 2012-04-11 16:14:22Z vranyj1 §'
 ! !