remove server from createdServers
authorpenk
Tue, 18 Nov 2003 09:04:04 +0100
changeset 5355 aa7b1d44d7a8
parent 5354 0dedfae6899e
child 5356 d08261ab1567
remove server from createdServers
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Mon Nov 17 11:45:44 2003 +0100
+++ b/AbstractSettingsApplication.st	Tue Nov 18 09:04:04 2003 +0100
@@ -3259,7 +3259,7 @@
 !
 
 removeCreatedServer:aServer
-    self createdServers remove:aServer.
+    self createdServers remove:aServer ifAbsent:nil.
 ! !
 
 !AbstractSettingsApplication::HTTPStartServerSettingsApplication methodsFor:'actions'!
@@ -11044,5 +11044,5 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.121 2003-11-13 15:15:26 penk Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.122 2003-11-18 08:04:04 penk Exp $'
+! !