rajrakeshdr / pychess

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

Save game bug #326

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Traceback (most recent call last):
  File "/home/tamas/svn/pychess/trunk/lib/pychess/Main.py", line 287, in
on_save_game_as1_activate
    ionest.saveGameAs (gameDic[gamewidget.cur_gmwidg()])
  File "/home/tamas/svn/pychess/trunk/lib/pychess/widgets/ionest.py", line
247, in saveGameAs
    if savecombo.get_active() == 0:
NameError: global name 'savecombo' is not defined

Original issue reported on code.google.com by gbtami on 1 Jun 2008 at 7:28

GoogleCodeExporter commented 9 years ago

Original comment by gbtami on 1 Jun 2008 at 7:29

GoogleCodeExporter commented 9 years ago
Fixed in rv 1025

Original comment by leogregianin@gmail.com on 3 Jun 2008 at 4:14