master2be1 / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

uistuff.py doesn't initialize widgets properly if ~/.pychessconf doesn't exist #384

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
uistuff.py doesn't initialize widgets properly if ~/.pychessconf doesn't
exist. patch fixes it.

Steps to reproduce:
1. delete ~/.pychessconf
2. start pychess and open the New Game Dialog

Result:
All the games are initialized to 1 minute and 0 second increment

Original issue reported on code.google.com by mattgatto on 28 Jan 2009 at 11:35

Attachments:

GoogleCodeExporter commented 9 years ago
If it looks good I'll apply it if you give me svn access.

Original comment by mattgatto on 29 Jan 2009 at 1:33

GoogleCodeExporter commented 9 years ago
Good catch. I've commited it to svn.

Original comment by lobais on 29 Jan 2009 at 2:03