[wpdev-commits] xmlscripts/scripts/system makemenus.py,1.25,1.26
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-04 15:16:00
|
Update of /cvsroot/wpdev/xmlscripts/scripts/system In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20792/system Modified Files: makemenus.py Log Message: Fix for second submaterial not being checked. Index: makemenus.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/system/makemenus.py,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** makemenus.py 21 Jul 2004 14:20:42 -0000 1.25 --- makemenus.py 4 Sep 2004 15:15:47 -0000 1.26 *************** *** 268,272 **** # Check the required amount of the material count = backpack.countitems(material[3]) ! if count < self.submaterial1: if not silent: if self.parent.submaterial2missing != 0: --- 268,272 ---- # Check the required amount of the material count = backpack.countitems(material[3]) ! if count < self.submaterial2: if not silent: if self.parent.submaterial2missing != 0: |