org-clock.el: Fix last commit.

This commit is contained in:
Bastien Guerry 2013-01-07 12:52:34 +01:00
parent 6cd243468b
commit e4df4e9ffd
1 changed files with 1 additions and 1 deletions

View File

@ -1082,7 +1082,7 @@ time as the start time \(see `org-clock-continuously' to
make this the default behavior.)" make this the default behavior.)"
(interactive "P") (interactive "P")
(setq org-clock-notification-was-shown nil) (setq org-clock-notification-was-shown nil)
(org-refresh-properties org-effort-property) (org-refresh-properties org-effort-property 'org-effort)
(catch 'abort (catch 'abort
(let ((interrupting (and (not org-clock-resolving-clocks-due-to-idleness) (let ((interrupting (and (not org-clock-resolving-clocks-due-to-idleness)
(org-clocking-p))) (org-clocking-p)))