Move the deactivate_timer() call from window_destroy() into
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 6 Sep 2004 15:17:59 +0000 (15:17 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 6 Sep 2004 15:17:59 +0000 (15:17 +0000)
commitf49650a7aca4c2d754b1778d47b72ef395f3050c
tree132c61470f811b590c648b38862a2ca4215a2526
parent7dd00b7efd9ae60b0d30b3df815da2439cef4108
Move the deactivate_timer() call from window_destroy() into
destroy(). I'm not sure how it cured the crash-on-quit bug, since it
was in completely the wrong place!

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