mirror of
https://github.com/SqrtMinusOne/pomm.el.git
synced 2025-12-10 14:43:03 +03:00
fix: run the right hook on reset
This commit is contained in:
parent
0942131ac3
commit
42f03d6ff2
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ This is an alist with the following keys:
|
||||||
(last-changed-time ,(time-convert nil 'integer)))
|
(last-changed-time ,(time-convert nil 'integer)))
|
||||||
pomm-current-mode-line-string "")
|
pomm-current-mode-line-string "")
|
||||||
(setf (alist-get 'status pomm-third-time--state) 'stopped)
|
(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 ()
|
(defun pomm-third-time--init-state ()
|
||||||
"Initialize the Third Time timer state."
|
"Initialize the Third Time timer state."
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue