Tools__InlineMessageDialog.st
branchjv
changeset 15743 cd30f981f1c4
parent 15566 184cea584be5
parent 15741 7269057cc08d
child 15808 e6815b0469a1
--- a/Tools__InlineMessageDialog.st	Fri Jul 10 07:00:02 2015 +0200
+++ b/Tools__InlineMessageDialog.st	Sat Jul 11 06:35:27 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  Copyright (c) 2007-2010 Jan Vrany, SWING Research Group, Czech Technical University in Prague
  Copyright (c) 2009-2010 eXept Software AG
@@ -320,7 +318,7 @@
 !InlineMessageDialog class methodsFor:'others'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__InlineMessageDialog.st,v 1.17 2015-03-03 10:42:31 vrany Exp $'
+    ^ '$Header$'
 ! !
 
 !InlineMessageDialog methodsFor:'accessing'!
@@ -690,8 +688,8 @@
 
 commonPostBuild
     panelViewComponents notEmptyOrNil ifTrue:[
-        | correctionView |    
-        panelViewComponents do:[:each|panelView addSubView: each].
+        panelViewComponents do:[:each| panelView addSubView: each].
+        panelViewComponents := nil.
 "/        "/Correction view, dunno why the layout is bad without it...
 "/        correctionView :=  View new.
 "/        correctionView extent: (panelView subViews size * 3)@24.
@@ -1001,7 +999,7 @@
 !InlineMessageDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__InlineMessageDialog.st,v 1.17 2015-03-03 10:42:31 vrany Exp $'
+    ^ '$Header$'
 !
 
 version_HG
@@ -1010,6 +1008,6 @@
 !
 
 version_SVN
-    ^ '$Id: Tools__InlineMessageDialog.st,v 1.17 2015-03-03 10:42:31 vrany Exp $'
+    ^ '$Id$'
 ! !