covered a missing case in the oc-status state machine

This commit is contained in:
Robby Findler 2013-02-12 14:45:48 -06:00
parent 67c6d7804d
commit 11ca461bf0

View File

@ -1902,7 +1902,9 @@
(dirty-timer-pending? ts))
(line-of-interest)
(send tab set-oc-status (dirty #f))
(send oc-timer stop)])
(send oc-timer stop)]
[else
(send tab set-oc-status (dirty #f))])
(oc-maybe-start-something)])))
(define/oc-log (oc-timer-expired)