fix: run the right hook on reset

This commit is contained in:
SqrtMinusOne 2022-08-15 13:24:40 +05:00
parent 0942131ac3
commit 42f03d6ff2

View file

@ -126,7 +126,7 @@ This is an alist with the following keys:
(last-changed-time ,(time-convert nil 'integer)))
pomm-current-mode-line-string "")
(setf (alist-get 'status pomm-third-time--state) 'stopped)
(run-hooks 'pomm-on-status-changed-hook))
(run-hooks 'pomm-third-time-on-status-changed-hook))
(defun pomm-third-time--init-state ()
"Initialize the Third Time timer state."