Failed to connect up the `destroy' signal in error_box(), causing
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 30 Jul 2004 12:16:57 +0000 (12:16 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 30 Jul 2004 12:16:57 +0000 (12:16 +0000)
commita1ed9f0e8f4625a65ebd2b7b3472db7c646ddb82
tree702c3961658783e76958235c0808cdf20d7c2fd7
parent7d30f83a39e88e174d60b18b2d8e32e5577cc5fe
Failed to connect up the `destroy' signal in error_box(), causing
gtk_main_quit not to get called, with the result that the whole game
ended up running one gtk_main level lower down. This meant that
final dialog box processing was not performed, so that (for example)
selecting 1x1 in Net, hitting OK and getting an error box, then
selecting a different size and hitting OK again failed to change to
the new size.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@4376 cda61777-01e9-0310-a592-d414129be87e
gtk.c