From 8e38dc5f879f6b378ee666c3fc90f90620c365eb Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 24 Jul 2014 22:31:11 +0100 Subject: [PATCH] Actually not sure at this moment what this change was, but tests pass... --- src/mw_engine/utils.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mw_engine/utils.clj b/src/mw_engine/utils.clj index 33b63bc..a56574b 100644 --- a/src/mw_engine/utils.clj +++ b/src/mw_engine/utils.clj @@ -132,7 +132,7 @@ [cell x y property value] (cond (and (= x (:x cell)) (= y (:y cell))) - (merge cell {property value}) + (merge cell {property value :rule "Set by user"}) true cell))