WindowBuilder.st
changeset 2744 166029185d1d
parent 2690 b42670756688
child 2784 a0cdac50e04b
--- a/WindowBuilder.st	Fri Sep 18 17:44:34 2009 +0200
+++ b/WindowBuilder.st	Fri Sep 18 17:51:43 2009 +0200
@@ -285,7 +285,10 @@
 bindings
     "return my bindings"
 
+    bindings isNil ifTrue:[ bindings := Dictionary new ].
     ^ bindings
+
+    "Modified: / 20-04-2005 / 18:59:28 / janfrog"
 !
 
 bindings:aDictionary
@@ -1544,5 +1547,5 @@
 !WindowBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.139 2009-06-10 20:36:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.140 2009-09-18 15:51:43 cg Exp $'
 ! !