From: Kevin A. <ka...@us...> - 2004-04-30 23:50:23
|
Update of /cvsroot/pythoncard/PythonCard/samples/companies In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7490/companies Modified Files: companies.py Log Message: fixed on_mouseUp event.skip bug Index: companies.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/companies/companies.py,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** companies.py 14 Apr 2004 02:38:48 -0000 1.11 --- companies.py 30 Apr 2004 23:50:06 -0000 1.12 *************** *** 35,38 **** --- 35,40 ---- if url.startswith('http://'): webbrowser.open(url) + else: + event.skip() |