diff --git a/tacc.el b/tacc.el index 62dc30d..eea7099 100644 --- a/tacc.el +++ b/tacc.el @@ -57,8 +57,6 @@ ;; ;; ERROR: ;; -;; BUG: Break timer displays wrong time and sign -;; ;; Optional (require 'icicles nil t) @@ -381,9 +379,9 @@ registered" sym-name) (time-add start-ts (if (eq state 'work) (tacc-work-period cycle) - (if (eq state 'break) - (tacc-break-period cycle)) - 0)))) + (if (eq state 'break) + (tacc-break-period cycle) + 0))))) ;; 05.3 State manipulation