From e8d7e8142e33baeaa04e228c19c8c743f37507e8 Mon Sep 17 00:00:00 2001 From: Moritz Venn Date: Sat, 3 Jan 2009 18:28:54 +0000 Subject: [PATCH] not my day... fix yet another typo --- autotimer/src/AutoTimer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotimer/src/AutoTimer.py b/autotimer/src/AutoTimer.py index ed2c3ca..dd9a618 100644 --- a/autotimer/src/AutoTimer.py +++ b/autotimer/src/AutoTimer.py @@ -293,7 +293,7 @@ class AutoTimer: if isNew: conflicts = NavigationInstance.instance.RecordTimer.record(newEntry) if conflicts and config.plugins.autotimer.disabled_on_conflict.value: - timer.disabled = True + newEntry.disabled = True # We might want to do the sanity check locally so we don't run it twice - but I consider this workaround a hack anyway conflicts = NavigationInstance.instance.RecordTimer.record(newEntry) if conflicts is None: -- 2.7.4