Skip to content

Commit

Permalink
fix: run the right hook on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
SqrtMinusOne committed Aug 15, 2022
1 parent 0942131 commit 42f03d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pomm-third-time.el
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 42f03d6

Please sign in to comment.