stupid mutable state

db4
Joe Groff 2009-06-18 22:01:31 -05:00
parent ff742a7d81
commit 54ad8f9dd9
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ PRIVATE>
windows get empty? not ;
: ?attributes ( gadget title/attributes -- attributes )
dup string? [ world-attributes new swap >>title ] when
dup string? [ world-attributes new swap >>title ] [ clone ] if
swap [ [ [ 1array ] [ f ] if* ] curry unless* ] curry change-gadgets ;
PRIVATE>