chiark / gitweb /
Move the deactivate_timer() call from window_destroy() into
authorSimon Tatham <anakin@pobox.com>
Mon, 6 Sep 2004 15:17:59 +0000 (15:17 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 6 Sep 2004 15:17:59 +0000 (15:17 +0000)
commitf99b527b54fa350e9f281ab5850f45088ff41081
tree132c61470f811b590c648b38862a2ca4215a2526
parent1dc9cf5811c319e46d01dbb0bf242d806d0a799c
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!

[originally from svn r4533]
gtk.c