GNOME Bugzilla – Bug 386007
TimerTask continues after it is unregistered
Last modified: 2006-12-18 16:05:34 UTC
TimerTask continues after it is unregistered. since it is orphaned from a perk, preExecute fails with AttributeError
Created attachment 78392 [details] [review] Proposed patch This only gets rid of the symptom, not the root cause. the timeout is just repressed but still active.
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.
Corrected bugs in Task.Tools.System.unregisterTask which wasn't properly handling TimerTasks.