mirror of
https://github.com/vale981/pomm.el
synced 2025-03-04 17:21:43 -05: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