Restart update process after snapshot restart
authorStefan Vogel <sv@exept.de>
Thu, 31 Mar 2005 11:24:13 +0200
changeset 6234 f4c3118ce840
parent 6233 b2a1e0b092f0
child 6235 5023b9f1dc5b
Restart update process after snapshot restart
ProcessMonitorV2.st
--- a/ProcessMonitorV2.st	Wed Mar 30 00:38:41 2005 +0200
+++ b/ProcessMonitorV2.st	Thu Mar 31 11:24:13 2005 +0200
@@ -1897,6 +1897,13 @@
         updateProcess := nil.
     ].
     super release
+!
+
+restarted
+    "restarted from snapshot"
+
+    super restarted.
+    self startUpdateProcess.
 ! !
 
 !ProcessMonitorV2 methodsFor:'menu accessing'!
@@ -2875,5 +2882,5 @@
 !ProcessMonitorV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.22 2004-09-22 14:41:20 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.23 2005-03-31 09:24:13 stefan Exp $'
 ! !