Update of /cvsroot/wpdev/xmlscripts/scripts/commands
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3304/commands
Modified Files:
adddecor.py
Log Message:
grr, I hate it when I forget something so simple.
Index: adddecor.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/adddecor.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** adddecor.py 16 Aug 2004 01:40:54 -0000 1.3
--- adddecor.py 16 Aug 2004 01:43:43 -0000 1.4
***************
*** 565,568 ****
--- 565,569 ----
# Specific Tree
elif value in trees:
+ item = value
if wolfpack.getdefinition( WPDT_ITEM, trees[item][TREE] ) and wolfpack.getdefinition( WPDT_ITEM, trees[item][LEAVES] ):
socket.sysmessage( "Where do you want to place the tree '%s', '%s' ?" % ( trees[item][TREE], trees[item][LEAVES]) )
|