On Thu, Jan 10, 2002 at 12:04:03AM -0800, Sean 'Shaleh' Perry wrote: > On 10-Jan-2002 Arjen Hommersom wrote: > > Sean 'Shaleh' Perry wrote: > > > >>This the release you have all been waiting for. > >> > >>* lock modifiers no longer affect blackbox -- leave num lock on, who cares!@! > >> > >>* the recent crash that sylpheed, mozilla, and others tickle seem to have > >>been > >>fixed -- PLEASE TEST THIS. If you missed it, enable autoraise, then use an > >>app > >>that opens multiple dialog boxes. If it doesn't crash, the bug is fixed. > >> > > Yes, fixed here, but while testing i crashed into this (maybe related) > > bug (while reopening configuration window): > > > > YES!! Exact same bug, different place. What is happening is the window is > trying to stop a timer that has already been killed. > > at line 1383 of Window.cc add a '&& timer->isTIming()' to the test before it > calls timer->stop(). Let me know what happens.
line 1383 is a timer->start()
if (screen->isSloppyFocus() && screen->doAutoRaise()) timer->start();
does he want to add a "&& !timer->isTiming()"?
xOr
--
I am damn unsatisfied to be killed in this way.
msg04817/pgp00000.pgp
Description: PGP signature
