[wpdev-commits] xmlscripts/scripts/commands info.py,1.19,1.20
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-10 20:20:57
|
Update of /cvsroot/wpdev/xmlscripts/scripts/commands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27178/commands Modified Files: info.py Log Message: 0000287 Index: info.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/info.py,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** info.py 10 Sep 2004 16:48:42 -0000 1.19 --- info.py 10 Sep 2004 20:20:43 -0000 1.20 *************** *** 748,753 **** if choice.button == 1: charinfo( socket, char ) ! char.update() ! return 1 --- 748,753 ---- if choice.button == 1: charinfo( socket, char ) ! ! char.update() return 1 |