rajrakeshdr / pychess

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

save sidepanel state (on/off) #241

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
pychess doesn't remember the (on/off) state of sidepanel now

Original issue reported on code.google.com by gbtami on 20 Oct 2007 at 3:58

GoogleCodeExporter commented 9 years ago
Should work again in 823

Original comment by lobais on 4 Jan 2008 at 11:27

GoogleCodeExporter commented 9 years ago
It's not working in rev 824.
When checking on in the view menu, i get this:
Traceback (most recent call last):
  File "/home/tamas/svn/pychess/lib/pychess/System/uistuff.py", line 64, in callback
    if conf.getStrict(key) != get_value():
  File "/home/tamas/svn/pychess/lib/pychess/System/conf.py", line 21, in getStrict
    assert hasKey (key)
AssertionError

Original comment by gbtami on 4 Jan 2008 at 11:58

GoogleCodeExporter commented 9 years ago
Oh, yeah that wont work if you have clear preferences.

Original comment by lobais on 4 Jan 2008 at 2:41

GoogleCodeExporter commented 9 years ago
Rev 825 should be better.

Original comment by lobais on 4 Jan 2008 at 2:41