Fix in Tools::BackgroundSourceProcessingService>>unregister: remove itself from
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 08 Aug 2014 07:58:17 +0200
changeset 14704 5de671ef2e61
parent 14703 2a326863c4b9
child 14705 4750b6f40d9a
Fix in Tools::BackgroundSourceProcessingService>>unregister: remove itself from textView dependents
Tools__BackgroundSourceProcessingService.st
--- a/Tools__BackgroundSourceProcessingService.st	Wed Aug 06 15:15:29 2014 +0200
+++ b/Tools__BackgroundSourceProcessingService.st	Fri Aug 08 07:58:17 2014 +0200
@@ -253,18 +253,20 @@
 
 unregister
     job stop.
+    textView removeDependent: self.     
     super unregister.
 
     "Created: / 13-06-2014 / 15:36:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 08-08-2014 / 06:57:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !BackgroundSourceProcessingService class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__BackgroundSourceProcessingService.st,v 1.7 2014-06-13 14:37:57 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__BackgroundSourceProcessingService.st,v 1.8 2014-08-08 05:58:17 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__BackgroundSourceProcessingService.st,v 1.7 2014-06-13 14:37:57 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__BackgroundSourceProcessingService.st,v 1.8 2014-08-08 05:58:17 vrany Exp $'
 ! !