chiark / gitweb /
Failed to connect up the `destroy' signal in error_box(), causing
authorSimon Tatham <anakin@pobox.com>
Fri, 30 Jul 2004 12:16:57 +0000 (12:16 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 30 Jul 2004 12:16:57 +0000 (12:16 +0000)
commitf2c240343f98e137228f898169511e139619006a
tree702c3961658783e76958235c0808cdf20d7c2fd7
parentd98160f4cb3d172ee1a9e62f28b6e80577b96241
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.

[originally from svn r4376]
gtk.c