StandardSystemView.st
changeset 7562 217cc7ec5656
parent 7416 bd3b9e9edd9e
child 7575 151c445c946c
child 7587 f112f13cdaf6
--- a/StandardSystemView.st	Tue Sep 13 12:09:39 2016 +0200
+++ b/StandardSystemView.st	Tue Sep 13 14:44:08 2016 +0200
@@ -9,8 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-'From Smalltalk/X, Version:6.2.3.0 on 19-03-2014 at 15:29:39'                   !
-
 "{ Package: 'stx:libview' }"
 
 "{ NameSpace: Smalltalk }"
@@ -1217,7 +1215,7 @@
 !
 
 reinitialize
-    "reopen the receiver if if was visible before.
+    "reopen the receiver if it was visible before.
      This is called right after snapIn; Notice, that all instance variables
      (such as shown, realized etc.) are left-overs from the time the snapout
      was done. Remap the receiver, if it was mapped at snapout time"
@@ -1226,7 +1224,7 @@
 
     "if I have already been reinited - return"
     self drawableId notNil ifTrue:[
-	^ self
+        ^ self
     ].
 
     "have to kludge with the controller
@@ -1240,13 +1238,13 @@
 
     "if I was iconified (not realized), remap iconified"
     device
-	mapView:self id:self drawableId iconified:(realized "shown" not)
-	atX:left y:top width:width height:height
-	minExtent:minExtent maxExtent:maxExtent.
+        mapView:self id:self drawableId iconified:(realized "shown" not)
+        atX:left y:top width:width height:height
+        minExtent:minExtent maxExtent:maxExtent.
 
     "and restart the window-group process"
     windowGroup notNil ifTrue:[
-	windowGroup restart
+        windowGroup restart
     ].
 
     "restore controller"