Package: xword Version: 2.0.0~rc2-1 Followup-For: Bug #707087 Clicking the close button doesn't actually do *nothing*. It prints (but ignores) the following error on the console:
Traceback (most recent call last):
File "/usr/share/games/xword/main.py", line 485, in <lambda>
dialog.connect('response', lambda *args: dialog.destroy())
NameError: free variable 'dialog' referenced before assignment in enclosing
scope

