[wpdev-commits] xmlscripts/scripts/contextmenus petmenu.py,1.6,1.7
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-08-25 17:03:45
|
Update of /cvsroot/wpdev/xmlscripts/scripts/contextmenus In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12383/contextmenus Modified Files: petmenu.py Log Message: Changed all references to "events" to "scripts" Index: petmenu.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/contextmenus/petmenu.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** petmenu.py 24 Aug 2004 18:10:25 -0000 1.6 --- petmenu.py 25 Aug 2004 17:03:04 -0000 1.7 *************** *** 17,21 **** def onContextEntry(char, target, tag): ! if not target.hasevent( 'speech.pets' ): return 0 --- 17,21 ---- def onContextEntry(char, target, tag): ! if not target.hasscript( 'speech.pets' ): return 0 |