ExternalTopView.st
changeset 4258 5fc4985b0d74
parent 3732 90373997e1a1
--- a/ExternalTopView.st	Tue Apr 30 10:45:36 2019 +0200
+++ b/ExternalTopView.st	Tue Apr 30 20:07:57 2019 +0200
@@ -140,8 +140,10 @@
 !ExternalTopView methodsFor:'private accessing'!
 
 setWindowID:aWindowID
-    self setId:aWindowID.
+    gc setId:aWindowID.
     realized := shown := true.
+
+    "Modified: / 30-04-2019 / 16:26:34 / Claus Gittinger"
 ! !
 
 !ExternalTopView methodsFor:'queries'!